change the skip forward/backward steps
#1
I really would like to change the steps to 5sec for smaller and 30sec for large steps.

I tried searching in a few .xml files, but can't find anything.

Thanks.
Reply
#2
Check this out mate

http://wiki.xbmc.org/?title=Advancedsett...3Cvideo.3E

So basically create an advancedsettings.xml file in \Userdata with the below

<video>

<usetimeseeking>true</usetimeseeking>
<timeseekforward>5</timeseekforward>
<timeseekbackward>-5</timeseekbackward>
<timeseekforwardbig>30</timeseekforwardbig>
<timeseekbackwardbig>-30</timeseekbackwardbig>

</video>
Reply
#3
Thank you so much!
I actually made it work.

For people who want this too, this is what I did:

Create a new txt document.
Then copy paste this into it:


<advancedsettings>
<video>

<usetimeseeking>true</usetimeseeking>
<timeseekforward>5</timeseekforward>
<timeseekbackward>-5</timeseekbackward>
<timeseekforwardbig>30</timeseekforwardbig>
<timeseekbackwardbig>-30</timeseekbackwardbig>

</video>
</advancedsettings>


Then save as: 'all files' in utf-8 coding, and name it advancedsettings.xml
Reply
#4
I did what mklcf explained to a T and it's still not working. This is the userdata folder in the xbmc install dir, correct?

On my win 7 machine, it's C:\Program Files (x86)\XBMC.

Help is much appreciated.
Reply
#5
I figured it out...

The file goes in: C:\Users\Username\AppData\Roaming\XBMC\UserData

I didn't realize it doesn't go in the Programs Folder\XBMC\UserData directory.

Hope this helps someone else.
Reply

Logout Mark Read Team Forum Stats Members Help
change the skip forward/backward steps0