04-04-2020, 12:55 PM
@Coustard
Sorry, I missed this. It suggests your newly transferred files don't have any metadata.
In the folder view, tracks without metadata will listed by their filename. Not so in the tag view and the album by artist views. Tracks must have a proper metadata tag to be listed.
You can check your files from the moOde command line using the mediainfo command:
If you don't see lines like Album, Track name, ..., then your track hasn't been tagged with metadata.
Yeah, moOde handles the mount points (which are at /media), but you said you transferred your files to the /media folder itself. That's not good practice.
As for inotify, that's a Linux function which is used in detecting files which have changed. See Tim's reply to your original post.
Regards,
Kent
Quote:My newly transferred files appear in the folder view tab okay, it's the library tab where they don't show up after mpc or telnet efforts.
Sorry, I missed this. It suggests your newly transferred files don't have any metadata.
In the folder view, tracks without metadata will listed by their filename. Not so in the tag view and the album by artist views. Tracks must have a proper metadata tag to be listed.
You can check your files from the moOde command line using the mediainfo command:
Code:
pi@moode:/media/MUSIC/BLUES/Junkyard Saints-Jes Like your Mama Told You! $ mediainfo '01.She Put The Whammy On Me, Ray.flac'
General
Complete name : 01.She Put The Whammy On Me, Ray.flac
Format : FLAC
Format/Info : Free Lossless Audio Codec
File size : 31.9 MiB
Duration : 4 min 45 s
Overall bit rate mode : Variable
Overall bit rate : 937 kb/s
Album : Jes Like your Mama Told You!
Track name : She Put The Whammy On Me, Ray
Track name/Position : 01
Track name/Total : 10
Performer : Junkyard Saints
Genre : Blues
Recorded date : 2001
Comment : abcde version 2.9.2
CDDB : 710b980a
...
If you don't see lines like Album, Track name, ..., then your track hasn't been tagged with metadata.
Quote:WRT the mount point for USB drives, moode handles this automatically (thanks Tim) so I haven't messed with it.
Yeah, moOde handles the mount points (which are at /media), but you said you transferred your files to the /media folder itself. That's not good practice.
As for inotify, that's a Linux function which is used in detecting files which have changed. See Tim's reply to your original post.
Regards,
Kent