Hi,
I’m playing around with a Pi that I’ve just bought (complete Noob) and have set up Mopidy to run as a music server. All seems fine, but am trying to get it connected to an external Hdd (ntfs) that has copies of all our old CDs on and having trouble. Am currently testing with one album and getting some results I don’t understand.
Have changed mopidy.conf to point media_dir at the folder with the music in and run sudo mopidyctl local scan. It runs fine with no warnings/errors, but then when I access Mopidy via the Musicbox Web Client, there’s no ‘local media’ folder under browse.
If I move the album off the Hdd (e.g. home/pi.music) and change mopidy.conf, all works fine and the album appears in musicbox under ‘local media’.
Both set ups produce near identical local scans results (have run
sudo mopidyctl -o logging/verbosity=4 local scan --force
and been through both outputs line-by-line to compare). The only difference that I’ve noticed is the order the files are processed in. Both return:
INFO [MainThread] mopidy_local.commands Scanned 12 of 12 files in 0.784s.
(although the scan on the hdd is slightly slower).
When I query /var/lib/mopidy/local/library.db from either set up it show that the album has been put in there. I removed the album from the folder and re-ran the scan between set ups (and queried it) to check it had been removed, so it looks like the local scan is working when I’m pointing media_dir at the Hdd.
Have tried this using Iris to access Mopidy too and had the same results.
I’m expecting that it’s something really basic that I’m missing, or something I don’t understand about where the library.db is stored and why musicbox can’t see it when I’m using the Hdd, but don’t have the knowledge to work out what - hopefully someone can point me in the right direction. Have read through pages and pages of questions / answers that have got me to this point (for which I’m incredibly grateful!), but have hit a bit of a brick wall!
Many thanks!