Skip to content

Instantly share code, notes, and snippets.

#!/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