mopidy / mopidy-local

Mopidy extension for playing music from your local music archive
https://mopidy.com/ext/local/
Apache License 2.0
61 stars 26 forks source link

'mopidy local scan' is using the wrong config file #67

Closed ChrisZ32 closed 2 years ago

ChrisZ32 commented 2 years ago

I run mopidy as a service, so my config is located in /etc/mopidy/mopidy.conf.

However, mopidy local scan is reading config from the /home/pi/.config/mopidy/mopidy.conf file.

mopidy local scan should be using the actual config loaded into mopidy instead.

kingosticks commented 2 years ago

You should use sudo mopidyctl local scan when running as a service. This is explained at https://docs.mopidy.com/en/latest/running/service/