Should be the option, but Musicbox is quite old now, you might be better off installing Mopidy and any other bits you want onto the card with Raspbian OS installed.
Thanks Steve. The object of the exercise is to stream an online radio station 24/7. As it will be an unattended site, I need it to run automatically.
So if I image Rasbian onto the SD, how do I put Mopidy onto that? Is it an exe? This is where I need some help as I am still getting to grips with the process.
The autoplay function of Musicbox would have provided this. But that same functionality (a script that runs at boot and calls some mpc commands) can be implemented on any system. I would not use Musicbox for any new project, it’s much too outdated. Do as @Steve_Lambert suggests.
I know the feeling, most of it is still like that to me.
Do you have a terminal open? Follow the link in the earlierpost for installation then copy and paste the first line ;
wget -q -O - https://apt.mopidy.com/mopidy.gpg | sudo apt-key add -
and enter or return. then do the same with the following highlighted lines on the page down as far as No 4
You’ll want it running as a service - this means Mopidy will start on boot, so go to this page
and I usually use Service Management with SystemMD
Reboot then run sudo systemctl status mopidy to check Mopidy is running.
I think thats it, but without doing it myself I’m not completely sure.
Funnily enough I copied/wrote a script for autoplay with spotify on boot [here] I’d forgotton all about it. I guess that could be used for to start the stream.