Jump to content

XBMC Skip forward/Back Adjustment?


Shibathedog

Recommended Posts

Is there a way to adjust this? Apparently when you push the forward/back keys on the remote you go back/forward by 1%. Is there a way I can change this to say 5 seconds? I found a forum thread that had a lot of info but all the links where dead so I got nothing. It was also very old.

Link to comment
Share on other sites

yes you can look at advancedsettings.xml and xbmc on google you should be able to find how to set that up.

 

<usetimeseeking>true</usetimeseeking> <!-- Whether to use time based or percentage based seeking. -->

<timeseekforward>30</timeseekforward> <!-- Time to seek forward in seconds when doing a short seek. Defaults to 30. -->

<timeseekbackward>-30</timeseekbackward> <!-- Time to seek backward in seconds when doing a short seek. Defaults to -30. -->

<timeseekforwardbig>600</timeseekforwardbig> <!-- Time to seek forward in seconds when doing a long seek. Defaults to 600 (10 minutes). -->

<timeseekbackwardbig>-600</timeseekbackwardbig> <!-- Time to seek forward in seconds when doing a long seek. Defaults to -600 (10 minutes). -->

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...