Change forward jump length?
#1
Hi.

I want to change the forward jump time (pressing the up key) from the default 10 minutes to 5 minutes.

How to configure that time?
Thanks for yout help!
Reply
#2
Check the wiki for advancedsettings.
Reply
#3
Create an advancedsettings.xml and insert this code in it
Code:
<advancedsettings>
      <video>
         <timeseekforwardbig>600</timeseekforwardbig>
         <timeseekbackwardbig>-600</timeseekbackwardbig>
      </video>
</advancedsettings>

600 represents time in seconds which is 10 min, change accordingly to suite your style.

More info in wiki for more actions and location of the advancedsetting.xml file. Or check my site "advancedsettings" page for a quick reference to location.

Cheers,
EG.
Image
Image
Reply
#4
Thumbs Up 
This tweak works fine. Thanks elitegamer360 for yout help!
Reply
#5
Thanks i also wanted to change this setting, this should become an official setting i think that can be modified from the front end (GUI).
Reply
#6
chase888 Wrote:Thanks i also wanted to change this setting, this should become an official setting i think that can be modified from the front end (GUI).

I would vote against this because I think the number of settings in the GUI is already a bit high and confusing for beginners.

However it might be an interesting project to wite an add-on that can edit the advancedsettings.xml. This would actually be quite easy if a little tedious.

JR
Reply
#7
good idea for an addon Wink
Reply

Logout Mark Read Team Forum Stats Members Help
Change forward jump length?0