Kodi Community Forum
Change 30 second skip to something shorter? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Linux (https://forum.kodi.tv/forumdisplay.php?fid=52)
+---- Thread: Change 30 second skip to something shorter? (/showthread.php?tid=117673)



Change 30 second skip to something shorter? - domokun1134 - 2011-12-26

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.


- domokun1134 - 2011-12-26

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!