Skip to content
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

eyeD3 -Q #29

Open
ho1ger opened this issue May 5, 2015 · 4 comments
Open

eyeD3 -Q #29

ho1ger opened this issue May 5, 2015 · 4 comments

Comments

@ho1ger
Copy link

ho1ger commented May 5, 2015

In the code you're calling eyeD3 with -Q parameter. At least on my machine the -Q flag is not available and eyeD3 won't execute properly. Result: no album art, etc.

Remove -Q flag (no idea what this should do as I even didn't find it in the man page) and the code works.

cmd = "eyeD3" +
" --add-image cover.jpg:FRONT_COVER" +
" -t "" + title + """ +
" -a "" + artist + """ +
" -A "" + album + """ +
" -n " + str(num_track) +
" -Y " + str(year) +
" -Q " +
" "" + directory + mp3file + """
shell(cmd)

@ghost
Copy link

ghost commented May 5, 2015

can u make a file with all the changes and make a pull request ?
i'd like to have that feature

@ho1ger
Copy link
Author

ho1ger commented May 5, 2015

Never done this before but I'll look into this.

@ghost
Copy link

ghost commented May 5, 2015

guess i have it allready

@ho1ger
Copy link
Author

ho1ger commented May 5, 2015

Also the other thing with the directory?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant