Created
May 30, 2011 23:25
-
-
Save ecarnevale/999627 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fsssss:fluidinfo_work emanuel$ time python match_itunes_musicbrainz.py ~/Music/iTunes/iTunes\ Music\ Library.xml | |
This will take a while. Try `tail -f match_itunes_musicbrainz.log` | |
Could not match 1635 tracks, 25.94% of your library. | |
2717 exact matches, 1952 inferred matches | |
Would you like to see the list of inferred matches? | |
Traceback (most recent call last): | |
File "match_itunes_musicbrainz.py", line 150, in <module> | |
main() | |
File "match_itunes_musicbrainz.py", line 79, in main | |
answer = prompt or raw_input("[Y/n] ") | |
UnboundLocalError: local variable 'prompt' referenced before assignment | |
real 214m37.862s | |
user 1m19.204s | |
sys 0m11.927s | |
fsssss:fluidinfo_work emanuel$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment