Skip to content

brianmeidell/spotify-track-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spotify-track-list

Takes a list of https://open.spotify... urls and turns them into a csv file of artist/album/track name.

Usage

  1. Select tracks in Spotify
  2. Hit Ctrl-C / Apple-C to copy track urls
  3. Paste them into a text file (e.g. urls.txt)
  4. Run spotify-track-list.rb -i urls.txt -o tracks.csv
  5. Now you have all the artist/album/track name info in tracks.csv

Problems?

If you get errors about nokogiri, run "gem install nokogiri"

About

Get your playlists out of Spotify and into a CSV file.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages