01-19-2025, 11:41 AM
Moode has a builtin service called triggerhappy that can be used to program the buttons of a remote control device. It comes preconfigured to control a basic USB volume knob. Below is the config file.
/etc/triggerhappy/triggers.d/media.conf
Search the Forum for "triggerhappy" to find threads showing the configuration for various remote control devices. Here's an example: https://moodeaudio.org/forum/showthread....9#pid48649
And as @TheOldPresbyope mentioned try to describe what you want. There are many, many different types of remotes out there.
/etc/triggerhappy/triggers.d/media.conf
Code:
KEY_VOLUMEUP 1 /var/www/util/vol.sh -up 1
KEY_VOLUMEDOWN 1 /var/www/util/vol.sh -dn 1
KEY_MUTE 1 /var/www/util/vol.sh -mute
Search the Forum for "triggerhappy" to find threads showing the configuration for various remote control devices. Here's an example: https://moodeaudio.org/forum/showthread....9#pid48649
And as @TheOldPresbyope mentioned try to describe what you want. There are many, many different types of remotes out there.