Mopidy play autostart

Hi! Is there any way to configure autoload files from the folder when system starts and achieve already enabled shuffle and repeat mode? So after start of the system i need only give “play” command and player starts to play all files in the folder randomly.

Providing the directory contents have been scanned you should be able to use the existing autoplay setting in /boot/config/settings.ini. Something like the following would starting playing a specific abum:

autoplay = "Local media/Albums/Some Album"; mpc random on; mpc repeat on

You might have to play around with the quotes there, not sure.

If you want to play a specific folder then it should also be fine. You can use mpc ls "Local media" to work out the correct path you need to specify for autoplay to locate your files.