Kodi Community Forum

Full Version: How to adjust remote back/forward seeking time? (from 30 seconds to 10 seconds)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Usually when i use the back button to go back in the movie, it's because i just missed something. Going back 30 seconds is way to much in such cases.

I want it to go back only 10 seconds when i press the back button. Does anyone know where I can adjust this?
http://xbmccustomregis.sourceforge.net/advset.html

Well if you mean the navigation buttons left and right then just create an advancedsettings.xml file and put this code in it instead, no need to modify anything else, first I thought you were talking about the back button.

Code:
<advancedsettings>
     <video>
          <timeseekforward>30</timeseekforward>
          <timeseekbackward>-30</timeseekbackward>
     </video>
</advancedsettings>

Just change the 30 "time in seconds" to any thing you want.

Cheers,
EG.