Kodi Community Forum
How to configure remote/keyboard for VDR OSD - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: PVR & Live TV Support (https://forum.kodi.tv/forumdisplay.php?fid=167)
+---- Forum: VDR (https://forum.kodi.tv/forumdisplay.php?fid=169)
+---- Thread: How to configure remote/keyboard for VDR OSD (/showthread.php?tid=162830)



How to configure remote/keyboard for VDR OSD - FernetMenta - 2013-04-19

In order to navigate VDR's UI it is essential to use color buttons but those have predefined functions in XBMC. You can remap any button/key when being in OSD mode. Just add a section "Addon" to your remote.xml or keybord.xml:

Code:
<Addon>
    <remote>
      <red>Red</red>
      <green>Green</green>
      <yellow>Yellow</yellow>
      <blue>Blue</blue>
    </remote>
</Addon>

You can override other buttons as well but on a default XBMC installation you only need to override the color buttons.. Those are the actions/buttons recognized by VDR:

Code:
ACTION_MOVE_LEFT
ACTION_MOVE_RIGHT
ACTION_MOVE_UP
ACTION_MOVE_DOWN
ACTION_SELECT_ITEM
ACTION_PREVIOUS_MENU
REMOTE_0
REMOTE_1
REMOTE_2
REMOTE_3
REMOTE_4
REMOTE_5
REMOTE_6
REMOTE_7
REMOTE_8
REMOTE_9
ACTION_NAV_BACK
ACTION_TELETEXT_RED
ACTION_TELETEXT_GREEN
ACTION_TELETEXT_YELLOW
ACTION_TELETEXT_BLUE)



RE: How to configure remote/keyboard for VDR OSD - RageCrap - 2015-02-23

I use the android Yatse Remote app for my phone to controll Kodi and dont own a keyboard or remote. I dont suppose the is anyway for me to control the plugin with that? Failing that could i set it up via ssh ?


RE: How to configure remote/keyboard for VDR OSD - Uatschitchun - 2017-01-06

Is it correct that VDR's OSD is only accessible from within addon settings?


RE: How to configure remote/keyboard for VDR OSD - FernetMenta - 2017-01-06

No, it is accessible via PVR settings - client specific


RE: How to configure remote/keyboard for VDR OSD - Uatschitchun - 2017-01-09

That's what I meant, thx :-)