Kodi Community Forum

Full Version: advancedsettings.xml subtitle delay not working
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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....
That option belongs to the <video> section.
xml:
<advancedsettings>
<video>
<subsdelayrange>300</subsdelayrange>
</video>
</advancedsettings>
(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.
Thread marked solved.