NEW Repo for Remote files (Thanks to Betatester)

Odroid C4 : CoreELEC 9.2.5

IR Remote Controller:

Setup IR Remote Controller as per:

(meson-ir)

/storage/.config/rc_keymaps/0X4DB2

# table 0X4DB2, type: NEC
0xb2dc KEY_POWER
0xb288 KEY_MUTE
0xb282 KEY_HOME
0xb2ce KEY_ENTER
0xb2ca KEY_UP
0xb299 KEY_LEFT
0xb2d2 KEY_DOWN
0xb2c1 KEY_RIGHT
0xb2c5 KEY_MENU
0xb29a KEY_BACK
0xb281 KEY_VOLUMEDOWN
0xb280 KEY_VOLUMEUP

/storage/.config/rc_maps.cfg

# Keymaps table
#
# This table creates an association between a keycode file and a kernel
# driver. It can be used to automatically override a keycode definition.
#
#
# Format:
#       driver - name of the driver provided via uevent - use * for any driver
#       table -  RC keymap table, provided via uevent - use * for any table
#       file - file name. If directory is not specified, it is first looked up
#               in /storage/.config/rc_keymaps, then /usr/lib/udev/rc_keymaps
#
# For example:
#
# driver        table           file
#
# gpio-rc-recv  rc-streamzap    streamzap
# gpio-rc-recv  *               justboom
# *             rc-rc6-mce      rc6_mce_new
# *             *               hauppauge_new
meson-ir * 0X4DB2