So I’m just putting this hack out there because I couldn’t find a documented way to do it. I wanted to have the pi boot up and randomly and continuously play all local music.
Upon reboot I have pi Musicbox set to scan for new music. Then I edited the startup.sh so rather than adding the single song to play I have something like this:
mpc ls "Local media/Tracks" |mpc add
mpc random on
mpc repeat on
mpc play
Version 0.5.4 pi musicbox
Maybe there is a more elegant way to make that happen.