arttuperala / kmbmpdc

kawaii menu bar music player daemon controller
https://kmbmpdc.perala.me
Apache License 2.0
47 stars 6 forks source link

Does not retrieve cover #14

Open giann opened 5 years ago

giann commented 5 years ago

All my mp3s have the cover image in their metadata but kmbmpdc doesn't retrieve them.

arttuperala commented 5 years ago

Are your files tagged using ID3v2.3 or ID3v2.4?

giann commented 5 years ago

How do I find that out ?

arttuperala commented 5 years ago

Usually with some kind of an ID3v2 editor.

jasonm23 commented 4 years ago

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.

jasonm23 commented 4 years ago

aaaand I had to fix my preferences > music folder.

jasonm23 commented 4 years ago

This should be closed 👍