ZOOM Remote command not working

  • Servus, auf meinem RPI 5 mit LibreELEC-RPi5.aarch64-12.0.0 (Kodi 21.0.0) installiert bin ich nicht in der Lage, die Zoom-Taste auf meiner Xbox One Fernbedienung zu verwenden, die ZOOM-Funktion funktioniert nicht.

    Die Installation ist default, da ich weiß, dass diese Fernbedienungen out of the box funktionieren. Ich habe auch die "toml"-Datei von meinem älteren RPI4 mit Libreelec 9.2 geladen (Bei dem funktioniert das nach wie vor noch) -> keine Abhilfe.

    Ich kann jede andere Funktion der Zoom Taste zuordnen (die oberste linke), alle funktionieren, während egal auf welchem Button ich KEY_ZOOM verwende, dies nicht funktioniert, ich kann nicht auf Vollbild umschalten.

    Vielen Dank im Voraus

    Lotte

  • Danke Don, leider bin ich ja schon einen Schritt weiter, wie gesagt kann ich auf jeden Button der Fernbedienung egal welche Funktion legen, alle funktionieren außer die ZOOM Funktion, diese funktioniert nirgends.... Ich teste weiter, sollte ich Erfolg haben, poste ich das Ergebnis hier...

    Sollte noch jemand eine zündende Idee haben, immer her damit.

    Trotzdem Danke für die Tipps!

  • Ok, I fixed it:
    I created "/storage/.config/rc_keymaps/xbox_one.toml" with the following content (please get rid of the space between [ [ before protocols):
    [syntax] [ [protocols]]
    name = "Xbox One"
    protocol = "nec"
    variant = "necx"
    [protocols.scancodes]
    0x80d864 = "KEY_HOME"
    0x80d820 = "KEY_LEFT"
    0x80d821 = "KEY_RIGHT"
    0x80d81e = "KEY_UP"
    0x80d81f = "KEY_DOWN"
    0x80d822 = "KEY_OK"
    0x80d823 = "KEY_EXIT"
    0x80d80e = "KEY_MUTE"
    0x80d810 = "KEY_VOLUMEUP"
    0x80d811 = "KEY_VOLUMEDOWN"
    0x80d812 = "KEY_CHANNELUP"
    0x80d813 = "KEY_CHANNELDOWN"
    0x80d814 = "KEY_FASTFORWARD"
    0x80d815 = "KEY_REWIND"
    0x80d870 = "KEY_PLAYPAUSE"
    0x80d819 = "KEY_STOP"
    0x80d81a = "KEY_NEXT"
    0x80d81b = "KEY_PREVIOUS"
    0x80d826 = "KEY_INFO"
    0x80d86e = "KEY_FULL_SCREEN"
    0x80d86f = "KEY_CONTEXT_MENU" [/syntax]

    and "/storage/.kodi/userdata/Lircmap.xml" with:
    [syntax]<?xml version="1.0" encoding="UTF-8"?>
    <!-- This file contains the mapping of LIRC keys to XBMC keys used in Keymap.xml -->
    <!-- -->
    <!-- How to add remotes -->
    <!-- <remote device="name_Lirc_calls_the_remote"> -->
    <!-- -->
    <!-- For the commands the layout following layout is used -->
    <!-- <XBMC_COMMAND>LircButtonName</XBMC_COMMAND> -->
    <!-- -->
    <!-- For a list of XBMC_COMMAND's check out the <remote> sections of keymap.xml -->

    <lircmap>
    <remote device="devinput">
    <left>KEY_LEFT</left>
    <right>KEY_RIGHT</right>
    <up>KEY_UP</up>
    <down>KEY_DOWN</down>
    <select>KEY_OK</select>
    <start>KEY_HOME</start>
    <back>KEY_EXIT</back>
    <play>KEY_PLAYPAUSE</play>
    <stop>KEY_STOP</stop>
    <forward>KEY_FASTFORWARD</forward>
    <reverse>KEY_REWIND</reverse>
    <volumeplus>KEY_VOLUMEUP</volumeplus>
    <volumeminus>KEY_VOLUMEDOWN</volumeminus>
    <pageplus>KEY_CHANNELUP</pageplus>
    <pageminus>KEY_CHANNELDOWN</pageminus>
    <skipplus>KEY_NEXT</skipplus>
    <skipminus>KEY_PREVIOUS</skipminus>
    <title>KEY_CONTEXT_MENU</title>
    <info>KEY_INFO</info>
    <mute>KEY_MUTE</mute>
    <display>KEY_FULL_SCREEN</display>
    </remote>
    </lircmap>[/syntax]

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!