Fast Forward and Rewind
#1
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?
Reply
#2
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 .
Reply
#3
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
Reply
#4
if you want to remap it it is <*>Fullscreen</*>
Reply
#5
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.
Reply
#6
I think the up arrow key skips 10% forward, down 10% back, left 1% back, and right 1% forward.
Reply

Logout Mark Read Team Forum Stats Members Help
Fast Forward and Rewind0