This file contains 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
#!/usr/bin/ruby | |
# Just splits up the queries into 20 tracks at a time, so I don't inundate the service, and so I can see what's happening. | |
# Its pretty slow on average. | |
# I'll need to parse the XML and reapply to the tags. | |
# | |
# get a MusicDNS key + genpuid & friends at http://www.musicip.com/ | |
require 'rubygems' | |
require 'escape' # gem install escape |
NewerOlder