Have you checked that the service config file has the correct media_dir location specified? You can run mopidyctl config to print out the config the service will use.
I’ve made sure that the permissions are fine
Can I check you did this by explicitly changing to the root user and then actually accessing the files?
Is there a particular reason you have altered the system service to run as root?
media_dir i set correct, and the files are also showing in all my frontends.
I have set the permissions for all the files to 777 and also tried to chown to nobody:nogroup, with no luck
If I copy the files to the raspberry, I have no problem getting them to play.
Mainly for debugging, to see if it was something with the permissions, but also so my frontends can use auto update
I can’t get it to write a log when accessing from my raspberry, but if I acces from my windows machine, I can succesfully play the music, and a log is written s:
And, if I add the folder to kodi on my raspberry, it also plays fine?
Start Mopidy the usual way (init.d or systemctl), run a ps -ef to get the whole command line.
Stop it again, and run the same command as the user mopidy usually runs with, make sure
to remove -q / --quiet and add -v -v -v, try playing a MP3.
It should run in the foreground, with max verbosity (if I remember correctly).