Timeseek not working

Hello @all,

i have created a new file called advancedsettings.xml in /home/osmc/.kodi/userdata/ with this content.

<advancedsettings>
<video>
<usetimeseeking>true</usetimeseeking>
<timeseekforward>5</timeseekforward>
<timeseekbackward>-5</timeseekbackward>
<timeseekforwardbig>600</timeseekforwardbig>
<timeseekbackwardbig>-600</timeseekbackwardbig>
</video>
</advancedsettings>

But time seeking is not working correct. An example if press on timeseekforward and the actual time is 3:10 the time becomes 3:35.

I have an Raspberry B+ with OSMC_TGT_rbp1_20151129

Any ideas, or solutions ?

I’m not sure those work anymore since adaptive seek was introduced, see the Kodi wiki. They may work if adaptive seek is disabled in Kodi settings.
http://kodi.wiki/view/HOW-TO:Modify_time_seeking

Check out playback under video settings.