Skip to content

Instantly share code, notes, and snippets.

@ecarnevale
Created May 30, 2011 23:25
Show Gist options
  • Save ecarnevale/999627 to your computer and use it in GitHub Desktop.
Save ecarnevale/999627 to your computer and use it in GitHub Desktop.
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