diff --git a/README.md b/README.md index bd32d10..814949c 100755 --- a/README.md +++ b/README.md @@ -6,14 +6,12 @@ Export your Spotify playlists for analysis or just safekeeping: [exportify.net]( -This is a hard fork of [the original Exportify repo](https://github.com/watsonbox/exportify). I simplified and updated the code, instituted rate limiting (because back when I forked, the original didn't work for large playlists or all playlists at once), got rid of tests I deemed confusing, fixed a parsing bug when album or artist(s) names contain commas, enhanced the set of features, added logout functionality, set up automatic deployment to github pages, provided an interactive python notebook to do something interesting with the data, fixed null object bugs in the event of missing data, made the table sortable, modified to display all playlists at once (rather than pagination), updated to also include a user's liked tracks, and added playlist images. +This is a hard fork of [the original Exportify repo](https://github.com/watsonbox/exportify). I simplified and updated the code, instituted rate limiting (because back when I forked, the original didn't work for large playlists or for all playlists at once), got rid of tests I deemed unnecessary, fixed a parsing bug when album or artist(s) names contain commas, enhanced the set of features, added logout functionality, set up automatic deployment to github pages, provided an interactive python notebook to do something interesting with the data, fixed null object bugs in the event of missing data, made the table sortable, modified to display all playlists at once (rather than pagination), treated the special case of liked tracks, and added playlist images. ### Export Format Track data is exported in [CSV](http://en.wikipedia.org/wiki/Comma-separated_values) format with the following fields: -- Spotify ID -- Artist IDs - Track Name - Album Name - Artist Name(s) @@ -23,11 +21,12 @@ Track data is exported in [CSV](http://en.wikipedia.org/wiki/Comma-separated_val - Added By - Added At - Genres +- Record Label - Danceability - Energy - Key - Loudness -- Mode +- Mode (Major or Minor) - Speechiness - Acousticness - Instrumentalness