09-06-2020, 07:29 PM
(09-06-2020, 07:15 PM)Giordano Wrote: Should I see it here?
Thanks,
JG
Yes.
Have you looked at the moode log (/var/log/moode.log) and the MPD log (/var/log/mpd/log) to be sure that no errors were logged for this drive and that audio tracks were discovered on it?
Here's an example for one of my moOde players with a small-ish (120GB) SSD attached. I told MPD to regenerate the library and here's the beginning of output from that operation as well as the line for this drive shown by the mount command:
Code:
pi@moode64:~ $ more /var/log/mpd/log
Sep 06 15:24 : update: updating USB/MUSIC/JAZZ/Bob Schwartz Quartet-Look for the Silver Lining/04.O Grande Amor.flac
Sep 06 15:24 : update: updating USB/MUSIC/JAZZ/Bob Schwartz Quartet-Look for the Silver Lining/01.Youd Be So Nice To Come Home To.flac
Sep 06 15:24 : update: updating USB/MUSIC/JAZZ/Bob Schwartz Quartet-Look for the Silver Lining/02.With Your Hand In Mine.flac
Sep 06 15:24 : update: updating USB/MUSIC/JAZZ/Bob Schwartz Quartet-Look for the Silver Lining/03.Tadds DelightBut Not For Me.flac
Sep 06 15:24 : update: updating USB/MUSIC/JAZZ/Bob Schwartz Quartet-Look for the Silver Lining/05.Mr. George.flac
...
pi@moode64:~ $ mount
....
/dev/sda1 on /media/MUSIC type vfat (rw,nosuid,nodev,noexec,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro)
....
Regards,
Kent