time navigation steps
#1
i am running kodi 17.1 krypton on raspberry pi 3
i think , my question is generic .
here is my time navigation file
OpenELEC:~/.kodi/userdata # cat advancedsettings.xml
<advancedsettings>
<video>
<usetimeseeking>true</usetimeseeking>
<smallstepbackseconds>10</smallstepbackseconds>
<timeseekforward>60</timeseekforward>
<timeseekbackward>-60</timeseekbackward>
<timeseekforwardbig>600</timeseekforwardbig>
<timeseekbackwardbig>-600</timeseekbackwardbig>
</video>
</advancedsettings>
from
http://kodi.wiki/view/keyboard_controls i conclude that right , left arrow should move me by a minute .
up , down arrow by 10 minutes.
and ' by 10 seconds .

i observe that up , down arrow works as expected .
right left arrow shifts me by 10 seconds , not by a minute . why is that ?
Reply
#2
If you press the right arrow twice quickly, what happens? If you press three times quickly, what happens?

Wiki page with some explanations. The menu in the image is for Confluence, but you should still find it in Estuary.
http://kodi.wiki/view/Seek_step
My Signature
Links to : Official:Forum rules (wiki) | Official:Forum rules/Banned add-ons (wiki) | Debug Log (wiki)
Links to : HOW-TO:Create Music Library (wiki) | HOW-TO:Create_Video_Library (wiki)  ||  Artwork (wiki) | Basic controls (wiki) | Import-export library (wiki) | Movie sets (wiki) | Movie universe (wiki) | NFO files (wiki) | Quick start guide (wiki)
Reply
#3
Sorry for late reply.

I meant that , I was comfortable with different keys for different time navigation

right - 10 seconds forward
left - 10 seconds backward
up - 1 minute forward
down - 1 minute backward
pageup - 10 minute forward
pagedown - 10 minute backward

Guess ,
I should edit /storage/.kodi/userdata/keymaps/keyboard.xml

<keymap>
<FullscreenVideo>
<keyboard>
.
.
.
<Up>Seek(60)</Up>
<Down>Seek(-60)</Down>
.
.
.
</keyboard>
</FullscreenVideo>
</keymap>
Reply
#4
as said above . edited keyboard.xml and mapped keys to seek with different parameters .
that works as i wanted .
Reply

Logout Mark Read Team Forum Stats Members Help
time navigation steps0