-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
convert: Respect album_art_maxwidth
in conjunction with embed
#2116
Comments
album_art_maxwidth
in conjunction with embed
Thanks for the report! I took a look at the code, and it seems that Technical details: we use the setting in the |
This is a problem for me also. It seems my ancient Android phone will display album art embedded in MP3 files if 300x300 pixels, but not if 450x450 pixels. Thus this bug is blocking me from getting my MP3s right for that device. I may come up with a patch for this soon. |
Problem
Hey guys, I think I've spotted a bug - like the title says. I noticed that my converted files have the full size images rather than my requested maxwidth of 600.
However, if I just use beet embedart QUERY, the resize works fine and I can see the temporary images of the correct resolution being created in /tmp. So this tells me that its not a problem with imagemagick.
Led to this problem:
I would have expected to see a line like:
Setup
My configuration (output of
beet config
) is:The text was updated successfully, but these errors were encountered: