Skip to content

Commit

Permalink
updated readme to reflect current set of features
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelkomarov committed Sep 5, 2024
1 parent abf6fd9 commit d14119d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,12 @@ Export your Spotify playlists for analysis or just safekeeping: [exportify.net](

<a href="https://pavelkomarov.com/exportify/app"><img src="screenshot.png"/></a>

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)
Expand All @@ -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
Expand Down

0 comments on commit d14119d

Please # to comment.