-
Notifications
You must be signed in to change notification settings - Fork 59
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
Cannot add image when using absolute paths on Windows #219
Comments
I don't have Windows, but it seems like maybe ':' special. FRONT_COVER is meant to be the "picture type", not sure why the command line parsing is different. |
I also tried using environment variables like |
This issue is unique to windows.
if you're using a url then add a single
more infoAfter some testing and debugging, I found out that python argparser in windows doubles the number of On eyedD3 docs, it's mentioned how to avoid this issue with |
It works! Thanks! |
…he issue nicfit#219] To avoid conflicts when --add-image <url> is used, a solution is given in docs. It only works for linux/macos. Therefore a seperate example for windows is added.
2020- still broken and the example you give is only for url images not local. If I use "C\:" the path is wrong and doesnt work. |
It works fine if I open the command prompt inside the folder with the picture and mp3 file:
eyeD3 --add-image "Test.jpg":FRONT_COVER "Test.mp3"
But when using an ansolute path to the image it doesn't work:
The text was updated successfully, but these errors were encountered: