01-20-2025, 04:14 PM
(01-19-2025, 11:41 AM)Tim Curtis Wrote: 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
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.
Yes, i know all that and it's already done. All these are the basic playback controls. As i wrote in my first post, is there a way how to control the whole user interface? Like to access the Library screen, the Settings, to navigate in them? As an example i can give LibreElec, you can access the whole user interface by few different ways, one of them is with a regular TV remote control.