Kodi Community Forum

Full Version: Fast Forward and Rewind
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So when I press the FF or Rewind button multiple times it goes up from 2x to 4x, to 6x and so forth, but even at the highest speed it seems the FF and Rewind functions don't zip the files as fast as I'd like them to. Is there a way to modify the amount of duration that is jumped?
If you hit the foreword or backward arrow it will jump about 1 minute each time you hit the button.
I would like to see those buttons changeable, many times I'd like to jump back 5 second or maybe 10. Similar to MediaPortal .
in the keymap folder you can assugn certain buttons to large jumps (30 secs, i thinks) and small jumps (5 secs i think)

hope this give you so clues of something to look into t solve your problem
if you want to remap it it is <*>Fullscreen</*>
DannyBres Wrote:in the keymap folder you can assugn certain buttons to large jumps (30 secs, i thinks) and small jumps (5 secs i think)

The amount skipped can also be adjusted in the advancedsettings.xml.

Code:
<video>
    <usetimeseeking>true</usetimeseeking>
    <timeseekforward>60</timeseekforward>
    <timeseekbackward>-30</timeseekbackward>
    <timeseekforwardbig>600</timeseekforwardbig>
    <timeseekbackwardbig>-600</timeseekbackwardbig>
</video>

Times are in seconds.
I think the up arrow key skips 10% forward, down 10% back, left 1% back, and right 1% forward.