Changing timeseekbackward in advancedsettings
#1
I'm trying to change the timeseekbackward value from -30 to -7 in advancedsettings.xml. Unfortunately, when I seek backward (comma key) it's still going backwards by 30 seconds (instead of 7).

My advancedsettings.xml file is in my /userdata folder and contains:

Code:
<advancedesttings>
  <video>
    <timeseekbackward>-7</timeseekbackward>
  </video>
<advancedesttings>

Any idea what I'm doing wrong?
Reply
#2
Can you post a debug log (wiki)? It will tell us if the AS file got loaded correctly, etc.

Although, you can also just change your keymap (wiki) to use smallstepback, which is -7.
Reply
#3
(2013-07-08, 00:56)Ned Scott Wrote: Can you post a debug log (wiki)? It will tell us if the AS file got loaded correctly, etc.

Although, you can also just change your keymap (wiki) to use smallstepback, which is -7.

After I completed my debug log I noticed it put the file in /appdata/roaming/xbmc. I had placed my userdata folder in /appdata/xbmc, hence why it wasn't working.

I recently upgraded from 11.0 to 12.2, maybe that install moved the the /userdata folder to /roaming, not sure.

That said, I wasn't aware of the small step backwards key, so I'll just go with that as it's the simpler solution (I'm using a Harmony One).

Thanks so much for solving my problem and helping me find my userdata folder.
Reply

Logout Mark Read Team Forum Stats Members Help
Changing timeseekbackward in advancedsettings0