04-18-2025, 02:18 PM
(This post was last modified: 04-18-2025, 02:19 PM by Tim Curtis.)
Those are file format and tagging errors reported by the thumbnail generator. It did complete though.
I'd look in the MPD log to see of there are any errors and to determine if possible what the last file was that it successfully processed.
Best way to get a clean MPD log is to first clear it then REGENERATE the music database (Library Config)
Code:
20250418 153724 thumb-gen: Done: 819 folders scanned, 748 thumbs created, 71 already in cache.
I'd look in the MPD log to see of there are any errors and to determine if possible what the last file was that it successfully processed.
Best way to get a clean MPD log is to first clear it then REGENERATE the music database (Library Config)
Code:
# Clear log
sudo truncate /var/log/mpd/log
# View log as its being updated
tail -f /var/log/mpd/log
# Open Library Config and REGENERATE Music database
# View entire log
cat /var/log/mpd/log