Solved advancedsettings.xml subtitle delay not working
#1
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....
Reply
#2
That option belongs to the <video> section.
xml:
<advancedsettings>
<video>
<subsdelayrange>300</subsdelayrange>
</video>
</advancedsettings>
Reply
#3
Smile 
(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.
Reply
#4
Thread marked solved.
Reply

Logout Mark Read Team Forum Stats Members Help
advancedsettings.xml subtitle delay not working0