Kodi Community Forum

Full Version: Change 30 second skip to something shorter?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
On my MCE remote, using the directional pad I can jump ahead or backwards 30 seconds. Is there any way to change it so it's only 5 seconds? Sometimes I miss a line that's said and I just want to go back a little bit, not a whole 30 seconds.
Answered my own question. Did a little digging in the user manual. Needed to add this to the advancedsettings.xml file in $home/.xbmc/userdata

<advancedsettings>
<video>
<timeseekbackward>-5</timeseekbackward>
<timeseekforwardbig>90</timeseekforwardbig>
</video>
</advancedsettings>

I also changed timeseekforwardbig to 90 seconds for a convenient way to skip anime OP's. Works awesome. The level of customization in this software is simply amazing. Nothing else compares!