03-01-2024, 11:58 AM
(03-01-2024, 11:53 AM)Tim Curtis Wrote: It sounds like you might have named your drive "USB". This is a bad idea since the name "USB" is a reserved directory name in the code and represents one of the root music directories for MPD.
Code:pi@moode:~ $ ls -l /var/lib/mpd/music
total 16
lrwxrwxrwx 1 root root 8 Feb 23 07:10 NAS -> /mnt/NAS
drwxrwxrwx 2 root root 16384 Feb 26 08:26 RADIO
lrwxrwxrwx 1 root root 11 Feb 23 07:10 SDCARD -> /mnt/SDCARD
lrwxrwxrwx 1 root root 6 Feb 23 07:10 USB -> /media
Yes Tim, it has never been a problem until now but I'll take your remark into account and will relabel it with another name to avoid confusion in the future.
Thanks