I want to use the RuneAudio player always for the same audio stream In an older version this was automaticle , that the Queue was played. Now it is nescesarry to use the play button. How can I make this automaticle.
It shouldn't be too difficult to do it with cron. Create an entry in the root crontab to launch a script at startup (syntax: @boot ......., Google is your friend). The script should test if mpd is up and running and the send the play command with mpc. This job needs a little bit of bash scripting skills. I will try to make one and post the result here.