How to disable volume?
#1
Hello,

I have an ODriod running LibreElec 8.2.3. The volume on my Panasonic TV remote seems to change the volume in Kodi too. This is cause the volume to change on both Kodi and the TV, which isn't good. I added this file Userdata/keymaps/remote.xml

<keymap>
  <global>
    <remote>
    # map the windows button to Contectual Menu
    # KEY_PROG1 is mapped to start 
    # in /usr/share/xbmc/system/Lircmap.xml 
      <start>ContextMenu</start> 
    <VolumeUp>noop</VolumeUp>
    <VolumeDown>noop</VolumeDown>
    <mute>noop</mute>
    <volume_up>noop</volume_up>
    <volume_down>noop</volume_down>
    <volume_mute>noop</volume_mute>
    </remote>
  </global>
</keymap>

rebooted, and the volume keys still works. Any ideas of how to disable the volume keys?
Vero 4K+, Yamaha RX-A3080, LG OLED 77" B8, Ubuntu Server
Reply
#2
HDMI- CEC maybe? Odroids HDMI is CEC capable. You can disable CEC in Kodi Settings and try.

CEC (wiki)
Reply

Logout Mark Read Team Forum Stats Members Help
How to disable volume?0