![]() |
[SOLVED] 9.0.X moode ssh cmd not working - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7) +--- Thread: [SOLVED] 9.0.X moode ssh cmd not working (/showthread.php?tid=6676) |
9.0.X moode ssh cmd not working - Permi - 07-03-2024 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 RE: 9.0.X moode ssh cmd not working - Tim Curtis - 07-03-2024 Here is the default file that ships with moode Code: pi@moode9:~ $ cat /etc/triggerhappy/triggers.d/media.conf RE: 9.0.X moode ssh cmd not working - Permi - 07-03-2024 (07-03-2024, 10:23 AM)Tim Curtis Wrote: Here is the default file that ships with moode Hi Tim, Thanks for reply. I have copied my commands in the media.conf also. still not recognize RE: 9.0.X moode ssh cmd not working - Permi - 07-03-2024 pi@moode:/etc/triggerhappy/triggers.d $ ls media.conf my.conf pi@moode:/etc/triggerhappy/triggers.d $ cat my.conf KEY_ENTER 1 /usr/bin/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 /usr/bin/mpc prev KEY_RIGHT 1 /usr/bin/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 pi@moode:/etc/triggerhappy/triggers.d $ cat media.conf 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 RE: 9.0.X moode ssh cmd not working - Tim Curtis - 07-03-2024 Quick test with my USB volume knob and no issues. Maybe the presence of duplicates in the files is causing the issue. Try taking the removing the volume up/down/mute commands from your file. RE: 9.0.X moode ssh cmd not working - Permi - 07-03-2024 (07-03-2024, 11:01 AM)Tim Curtis Wrote: Quick test with my USB volume knob and no issues. Option USB volume knob is off by default. once I make it ON. its working. Thanks ![]() |