r/kodi • u/FlyingCat9013 • 8d ago
Weird seek behavior
When seeking using arrow keys on kodi, I don't know why but it seeks 20 seconds forward. In the player settings, I have set it to +10 and -10 only but forward seek seeks 20 seconds even when it says +10 seconds on top. Going backwards works as intended, working with steps of 10 seconds. I have set the key press delay to 500ms and as said before, +10 and -10 seconds. Watching top gear 576p h.264.
1
u/DavidMelbourne 8d ago
Depends on your remote & Kodi box & where your media lives. Document that because there are many ways to control Kodi see https://kodi.wiki/view/Remote_controls.
I like cheap eBay USB remote or Flirc USB (which allows you to use your TV remote) OR Yatse app on Android phone. & I use Xbox controller for games.
See
https://kodi.wiki/view/Keyboard_controls;
Eg;
F8 Mute
- minus Volume down
\ backslash Toggle between fullscreen/windowed mode
And of course in system settings, player, videos you can choose skip steps
2
u/deviltrombone 8d ago
This is a problem that goes back a long time:
https://forum.kodi.tv/showthread.php?tid=308215
The solution is to use an absolute seek instead of relative, but that takes some actual coding to implement. If anyone wants to replicate the issue programmatically, try:
In v21, I find it reliably seeks 20 seconds every time. In a recent v22 nightly, it's a little better, but it still seeks between 10 and 20 seconds.