Open giann opened 5 years ago
Are your files tagged using ID3v2.3 or ID3v2.4?
How do I find that out ?
Usually with some kind of an ID3v2 editor.
For anyone driving by, get mutagen.
pip3 install mutagen
then run mid3v2 -C
over your mpd music collection to convert id3 tags to v2.4...
find . | while read a; do; mid3v2 -C "$a"; done
Although I can't say this will make images show up in the player view... because it doesn't for me.
aaaand I had to fix my preferences > music folder.
This should be closed 👍
All my mp3s have the cover image in their metadata but kmbmpdc doesn't retrieve them.