Pressed button in remote control
#1
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.
Reply

Logout Mark Read Team Forum Stats Members Help
Pressed button in remote control0