Takes a list of https://open.spotify... urls and turns them into a csv file of artist/album/track name.
- Select tracks in Spotify
- Hit Ctrl-C / Apple-C to copy track urls
- Paste them into a text file (e.g. urls.txt)
- Run spotify-track-list.rb -i urls.txt -o tracks.csv
- Now you have all the artist/album/track name info in tracks.csv
If you get errors about nokogiri, run "gem install nokogiri"