Kodi Community Forum
Smallstepback , where i can edit it? Don't find advancedsettings. - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Archive (https://forum.kodi.tv/forumdisplay.php?fid=92)
+--- Forum: First-generation XBOX support (https://forum.kodi.tv/forumdisplay.php?fid=158)
+--- Thread: Smallstepback , where i can edit it? Don't find advancedsettings. (/showthread.php?tid=74522)



Changing back button seconds: How to. - javiertoti - 2010-05-25

Finally i did it.


I have created a file into the userdata folder called advancedsettings.xml with this code and works.
Code:
<advancedsettings>
<video>  
  <smallstepbackseconds>3</smallstepbackseconds>  
  <smallstepbacktries>3</smallstepbacktries>
  <smallstepbackdelay>300</smallstepbackdelay>
</video>
</advancedsettings>

I've changed the value from 7 to 3 seconds in the smallstepbackseconds line.


I've uploaded the file too.

http://rapidshare.com/files/391387252/advancedsettings.xml


- &gt;&gt;X&lt;&lt; - 2010-05-25

Did I miss something its in the wiki Confused

http://wiki.xbmc.org/index.php?title=Advancedsettings.xml#.3Cvideo.3E


- javiertoti - 2010-05-25

>>X<<' Wrote:Did I miss something its in the wiki Confused

http://wiki.xbmc.org/index.php?title=Advancedsettings.xml#.3Cvideo.3E


It's an edited post, sorry for the misunderstanding. I've wondered how to modify this value.

Anyway There isn't a post specifically for this issue, solved to people that want to change this value and don't know anything about advancedsettings and edit xml.