04-28-2020, 12:52 PM
(This post was last modified: 04-28-2020, 12:54 PM by Tim Curtis.
Edit Reason: etc
)
In my particular case I think whats happening is that the command mpc stats is reporting the number of unique Album tags. The thumbnail generator reports the number of unique album paths.
I happen to have two different albums whose Album tags = "Greatest Hits". Each album is counted by the thumbnail generator.
/mnt/NAS/FLAC/Artist1/Greatist Hits
/mnt/NAS/FLAC/Artist2/Greatist Hits
The output from MPD is below and shows only one occurrence of Greatest Hits
mpc list album | grep -w "^Greatest Hits"
Greatest Hits
-Tim
I happen to have two different albums whose Album tags = "Greatest Hits". Each album is counted by the thumbnail generator.
/mnt/NAS/FLAC/Artist1/Greatist Hits
/mnt/NAS/FLAC/Artist2/Greatist Hits
The output from MPD is below and shows only one occurrence of Greatest Hits
mpc list album | grep -w "^Greatest Hits"
Greatest Hits
-Tim