This is on a Raspberry Pi.
I was having a problem a while back where I could not get MPD to rebuild the library after I made a network mount change. (I moved the server).
Ok, so I formatted the SD card and installed RuneAudio from scratch. I then upgraded with the nightly build. I then added my mount back, which it accepted and from the command line I can see the network mount (NFS). When I go to "Menu" -> "Sources" and click on the large "Rebuild MPD Library" nothing happens. I have left it on for days, and no songs will be added.
As a note, I know the NFS server works as I can mount it from any of my other linux machines. Again, I can go to the command line and see the network share and see the files. For example, when I type "mount" at the CLI, I see my NFS server:
192.168.169.8://mnt/space/share/audiobackup on /mnt/MPD/NAS/AudioBackup type nfs (ro,noatime,vers=3,rsize=16384,wsize=16384,namlen=255,acregmin=1,acregmax=1,acdirmin=1,acdirmax=1,soft,proto=tcp,timeo=50,retrans=2,sec=sys,mountaddr=192.168.169.8,mountvers=3,mountport=33160,mountproto=udp,local_lock=none,addr=192.168.169.8)
if I do an ls on /mnt/MPD/NAS/AudioBackup I see the files.
df -h shows:
192.168.169.8://mnt/space/share/audiobackup 917G 680G 191G 79% /mnt/MPD/NAS/AudioBackup
But again, when I click on "Rebuild MPD Library" I get nothing and the machine does not start doing anything (checking with top, ps aux, etc, etc).
debug info
How can I manually force MPD to rebuild the library?
Thanks.