DVD Home Menu OSD
#6
(2020-10-16, 22:10)DaVu Wrote: No problem. At least we could figure it out what causes your problem and maybe someone will contribute to that section of the skin. I guess it's not that hard to implement.

What I have done in the end is map to a button on universal remote.
The info and menu buttons have a purpose on almost every screen, however I use "guide" as a context menu button, so it's mapped to "c"
but, when playing a video, that doesn't offer anything, so I mapped that to DVD menu.

xml:
<keymap>
  <FullscreenVideo>
        <keyboard>
            <backspace>Stop</backspace>
            <escape>Stop</escape>
            <c>PlayerControl(ShowVideoMenu)</c>
        </keyboard>
    </FullscreenVideo>
</keymap>

if you don't know the button, you're still stuck, however it's a lot better than nothing!
Kodi Leia on Pi-4 running LibreElec. in production with family, and another one for testing.
Reply


Messages In This Thread
DVD Home Menu OSD - by wcndave - 2020-05-14, 13:46
RE: DVD Home Menu OSD - by wcndave - 2020-05-23, 00:12
RE: DVD Home Menu OSD - by DaVu - 2020-05-28, 00:25
RE: DVD Home Menu OSD - by wcndave - 2020-10-14, 19:11
RE: DVD Home Menu OSD - by DaVu - 2020-10-16, 22:10
RE: DVD Home Menu OSD - by wcndave - 2021-01-13, 22:15
Logout Mark Read Team Forum Stats Members Help
DVD Home Menu OSD0