delay video subtitle by more/less than 10secs?
#1
how to make subtitle offset slider to silde beyond 10secs....it should slide till 30 secs.
i read somewhere that i have to create a advancedsettings.xml in userdata folder....
write
this
<video><subsdelayrange>30</subsdelayrange></video>

but this is not working.....
plzzz give me the detailed description of what to write in that advancedsettings.xml
i have never created that advancedsettings.xml before
i have no idea of any programming so ... plzz treat me as a total noob....
Reply
#2
This is what the advancedsettings.xml file should look like:
Code:
<advancedsettings>
  <video>
    <subsdelayrange>30</subsdelayrange>
  </video>
</advancedsettings>
Reply

Logout Mark Read Team Forum Stats Members Help
delay video subtitle by more/less than 10secs?0