-
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
Use explicit paths to ImageMagick tools on Windows #2093
Comments
Do you think you could provide the return code from Write-Host "Code: $LASTEXITCODE" |
Sure! :)
|
I ran into this while experimenting with ImageMagick on Windows recently. The problem is that Windows has a And there's also a relevant SO answer: http://stackoverflow.com/questions/15016974/running-imagemagick-convert-console-application-from-python Alas, the behavior from inside beets doesn't necessarily match the behavior when typing |
What I didnt get from reading the thread is: What has changed to break this? Since it seemed to work in the past (1.3.16, .17 probably too)? |
Is there any chance it was failing silently before? In previous versions, we could be erroneously convinced that we had a working |
There is a chance - how can we be sure? Place a large art file locally and force resizing using <1.3.18? |
That seems logical -- but I'm reasonably confident that's what's going on. I can't see any other way around this aside from using a full, explicit path to the |
😃 Good point! You were the one who originally pointed this out. I think the deal is that using On the other hand, while searching for details, I found this other SO answer that seems to indicate that the problem is just that That report seems a little unreliable, but perhaps worth a try? |
Fixed in #3236 by using the |
ImageMagick/artresizer fails on windows?
Setup
Python 2.7.11 (v2.7.11:6d1b6a68f775, Dec 5 2015, 20:32:19) [MSC v.1500 32 bit (Intel)] on win32
Turning off plugins made problem go away (yes/no):My configuration (output of
beet config
) is:The text was updated successfully, but these errors were encountered: