Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Stuck on gpio pin clear-load-play-list
#2
Put the commands in a script file /home/pi/myscript.sh

mpc clear
mpc load Mp3
mpc play

Then specify the script file in the CMD field

/home/pi/myscript.sh

Remember to mark the script file as executable
sudo chmod +x /home/pi/myscript.sh

And put a shebang as the first line
#!/bin/bash
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
Reply


Messages In This Thread
Stuck on gpio pin clear-load-play-list - by avior - 11-12-2020, 02:30 PM
RE: stuck on gpio pin - by Tim Curtis - 11-12-2020, 02:35 PM
RE: stuck on gpio pin - by avior - 11-12-2020, 03:26 PM

Forum Jump: