2022-06-17, 10:56
Hi,
I'm using Kodi with AndroidTV, so, I have only a remote control.
This code allow the the buttons UP/DOWN to jump video:
<advancedsettings>
<video>
<usetimeseeking>false</usetimeseeking>
<percentseekforwardbig>10</percentseekforwardbig>
<percentseekbackwardbig>-10</percentseekbackwardbig>
</video>
</advancedsettings>
HOLDING the buttons LEFT/RIGHT allow repeat command (forward/backward) until I stop press.
Is there a code to perform the same feature for up/down buttons?
Thanks.
I'm using Kodi with AndroidTV, so, I have only a remote control.
This code allow the the buttons UP/DOWN to jump video:
<advancedsettings>
<video>
<usetimeseeking>false</usetimeseeking>
<percentseekforwardbig>10</percentseekforwardbig>
<percentseekbackwardbig>-10</percentseekbackwardbig>
</video>
</advancedsettings>
HOLDING the buttons LEFT/RIGHT allow repeat command (forward/backward) until I stop press.
Is there a code to perform the same feature for up/down buttons?
Thanks.