Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not retrieve cover #14

Open
giann opened this issue Nov 30, 2018 · 6 comments
Open

Does not retrieve cover #14

giann opened this issue Nov 30, 2018 · 6 comments

Comments

@giann
Copy link

giann commented Nov 30, 2018

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

@arttuperala
Copy link
Owner

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

@giann
Copy link
Author

giann commented Dec 4, 2018

How do I find that out ?

@arttuperala
Copy link
Owner

Usually with some kind of an ID3v2 editor.

@jasonm23
Copy link

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
Copy link

aaaand I had to fix my preferences > music folder.

@jasonm23
Copy link

jasonm23 commented Oct 2, 2020

This should be closed 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants