Kodi Community Forum
Solved advancedsettings.xml subtitle delay not working - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Windows (https://forum.kodi.tv/forumdisplay.php?fid=59)
+---- Thread: Solved advancedsettings.xml subtitle delay not working (/showthread.php?tid=345023)



advancedsettings.xml subtitle delay not working - Processeng - 2019-06-29

Hello,

OS and Kodi version: Windows 10 OS / Kodi Version 18.2 downloaded from Kodi. Hardware: Chuwi mini pc.

I am trying to extend the subtitle delay range for more than the default value of 60 seconds by creating advancedsettings.xml file and locating the file in the following directory:

%appdata%\Kodi\userdata\

The file script:
<advancedsettings>
     <subsdelayrange>300</subsdelayrange>
</advancedsettings>
....................

I did this couple of times and tried to restart kodi but nothing worked.

I even tried to change the guisetting xml file for subtitle delay on the same directory but also that did not help.

I need your support please. Is there any thing that I can try.

Thanks....


RE: advancedsettings.xml subtitle delay not working - Klojum - 2019-06-29

That option belongs to the <video> section.
xml:
<advancedsettings>
<video>
<subsdelayrange>300</subsdelayrange>
</video>
</advancedsettings>



RE: advancedsettings.xml subtitle delay not working - Processeng - 2019-06-29

(2019-06-29, 21:17)Klojum Wrote: That option belongs to the <video> section.
xml:
<advancedsettings>
<video>
<subsdelayrange>300</subsdelayrange>
</video>
</advancedsettings>
Thank you so much. Problem solved now.

Thanks again.


advancedsettings.xml subtitle delay not working - Klojum - 2019-06-29

Thread marked solved.