Replies: 2 comments 1 reply
-
Which version of beets is this? Might be #4272 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Running the latest version of the LSIO docker image. Here's my output:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello all,
I'm seeing some errors with the following config when trying to embed art. Any insight would be super appreciated!
Config:
Here is some log output:
When I run a similar manual test against the docker container via direct
magick
invocation, I get a result of 0.docker exec -ti beets bash -c 'magick convert /mnt/music/content/Artist/Album\ \(2015\)/cover.jpg /tmp/tmpkpnxq_h7.jpg -define phash:colorspaces=sRGB,HCLp -colorspace gray MIFF:- | compare -metric PHASH - null:'
or
docker exec -ti beets bash -c 'magick convert /mnt/music/content/Artist/Album\ \(2015\)/cover.jpg /tmp/tmpkpnxq_h7.jpg -colorspace gray MIFF:- | compare -metric PHASH - null:'
Beta Was this translation helpful? Give feedback.
All reactions