-
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
fetchart cover_format does not seem to be working (PNG => JPEG) #4452
Comments
The issue is that Lines 157 to 166 in e584b04
See also #4133 (comment) Happy to review a PR to improve this! |
I'm running into this issue today on beets 2.0.0 when I have the following config:
Removing the deinterlace option allows the reformat. But the docs indicate that both I am using imagemagick 6.9 on WSL ubuntu. Haven't tried with Pillow. I don't think this helps much but here's relevant output.
Maybe some more logs would be helpful between/after image needs reformatting and using remote image /tmp/... I don't know the underlying tools (python, imagemagick, pillow, etc) well enough but I kinda feel like digging around to see if i can come up with something based on the above comment |
@wisp3rwind I'm close to having something working for a PR that should address the past discussions around the conversion options and having them all work together in one pass (as well as address this specific reformatting issue). But I'm having some trouble understanding how to get the artresizer tests to run with the PIL backend. Would someone be able to point me in the right direction so I can put something up? |
PNG image is resized, but not converted as JPG
Problem
Running this command in verbose (
-vv
) mode:Led to this problem:
Embeded file is still a png, and the folder file is
cover.png
Setup
beets version 1.6.0
Python version 3.10.6
plugins: bandcamp, convert, embedart, fetchart, ftintitle, inline, lyrics, zero
My configuration (output of
beet config
) is:The text was updated successfully, but these errors were encountered: