07-03-2024, 10:16 AM
(This post was last modified: 07-03-2024, 11:10 AM by Tim Curtis.
Edit Reason: mark as solved
)
I have installed moode audio 9.0.x version
I have added IR remote with below commands and coped to triggers.d folder.
but those commands not recognize by moode audio.
can any one please help. if i missing any steps.
Path : /etc/triggerhappy/triggers.d
KEY_ENTER 1 mpc toggle
KEY_KEYUP 1 /var/www/util/vol.sh -up 5
KEY_KEYDOWN 1 /var/www/util/vol.sh -dn 5
KEY_LEFT 1 mpc prev
KEY_RIGHT 1 mpc next
KEY_VOLUMEUP 1 /var/www/util/vol.sh -up 5
KEY_VOLUMEDOWN 1 /var/www/util/vol.sh -dn 5
KEY_MUTE 1 /var/www/util/vol.sh -mute
KEY_BACKSPACE 1 /var/www/util/vol.sh -mute
I have added IR remote with below commands and coped to triggers.d folder.
but those commands not recognize by moode audio.
can any one please help. if i missing any steps.
Path : /etc/triggerhappy/triggers.d
KEY_ENTER 1 mpc toggle
KEY_KEYUP 1 /var/www/util/vol.sh -up 5
KEY_KEYDOWN 1 /var/www/util/vol.sh -dn 5
KEY_LEFT 1 mpc prev
KEY_RIGHT 1 mpc next
KEY_VOLUMEUP 1 /var/www/util/vol.sh -up 5
KEY_VOLUMEDOWN 1 /var/www/util/vol.sh -dn 5
KEY_MUTE 1 /var/www/util/vol.sh -mute
KEY_BACKSPACE 1 /var/www/util/vol.sh -mute