-
Notifications
You must be signed in to change notification settings - Fork 41
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
Doesn't work on linux (LinuxMint 17.3) #20
Comments
Locate musicrepair in your scripts folder and open command_line.py and make a few changes so that I can see what exception you're getting.
Run musicrepair again and tell me what exception you get. |
........................
L'Art Délicat De Passer Pour Un Con.mp3
> Adding metadata
* Could not add album art
........................
Mercedes Benz.mp3
> Adding metadata
* Could not add album art
........................
Suite: Judy Blue Eyes - Remastered.mp3
> Adding metadata
* Could not add album art
........................
Million Miles From Home.mp3
> Adding metadata
* Could not add album art
........................
When Somebody Loves You Back.mp3
> Adding metadata
* Could not add album art
........................
Dont Let Me Be Misunderstood - Lyambiko.mp3
> Adding metadata
* Trying to extract album art from Google.com
* Trying to extract album art from Bing.com
Traceback (most recent call last):
File "/usr/local/bin/musicrepair", line 9, in <module>
load_entry_point('musicrepair==4.9', 'console_scripts', 'musicrepair')()
File "/usr/local/lib/python2.7/dist-packages/musicrepair/command_line.py", line 385, in main
fix_music(arg_rename_format, norename=arg_norename)
File "/usr/local/lib/python2.7/dist-packages/musicrepair/command_line.py", line 314, in fix_music
if match_bool:
NameError: global name 'match_bool' is not defined |
Do the first few songs in your list already contain metadata and not contain album art? |
Only title... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After the command
musicrepair
, this is what the console output :And this for all the files I tried on.
The text was updated successfully, but these errors were encountered: