Kodi Community Forum

Full Version: Overriding advanced settings skip steps, won't work
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I created this advancedsettings.xml file.
I put it in ./koid/userdata/ same folder as guisettings.xml

PHP Code:
<advancedsettings>
<
seeksteps>102030405060</seeksteps>
    
</
advancedsettings

But when i use the keys to skip it won't be with these steps. it will be the regular default ones.
I can see in the settings these skip options, but when i skip in a video it skip the old settings

.
Any thoughts?
yeah, debug log (wiki)
Quote:This setting changes which increments are available in the settings GUI for additive seeking. Note that <seeksteps> is not used to actually choose which seek steps are enabled

So change them in the GUI now.
(2016-09-16, 13:17)helta Wrote: [ -> ]
Quote:This setting changes which increments are available in the settings GUI for additive seeking. Note that <seeksteps> is not used to actually choose which seek steps are enabled

So change them in the GUI now.

I've been trying via the settings gui but found nothing to help. i'll take a look again.
Thanks
What its saying is, use the advancedsettings.xml with your new values, then go back into the GUI settings, and the values you inputted in the advancedsettings.xml should now be available.