You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Export your Spotify playlists to [CSV](https://en.wikipedia.org/wiki/Comma-separated_values) by clicking on this link: [https://exportify.app/](https://exportify.app/).
8
6
9
7
As many users have noted, there is no way to export/archive/backup playlists from the Spotify client for safekeeping. This application provides a simple interface for doing that using the [Spotify Web API](https://developer.spotify.com/documentation/web-api/).
10
8
11
9
**No data will be saved - the entire application runs in the browser.**
12
10
11
+
## Features
12
+
13
+
- ⚙️ Optional inclusion of album, artist and audio features data in export files
14
+
- 🔍 Playlist search with [advanced search syntax](#advanced-search-syntax) and results export
15
+
- 🌓 Dark mode
16
+
- 🗺 Available in 8 languages (English, French, Spanish, Italian, German, Portuguese, Swedish, and Dutch)
17
+
- 📱 Mobile friendly
18
+
- ℹ Quick reference help
19
+
- 🚀 [Advanced rate limiting handling](https://github.com/watsonbox/exportify/pull/75) for speedy exports
20
+
- 👩💻 Modern [React-based development stack](#stack) + test suite
13
21
14
22
## Usage
15
23
16
-
1. Fire up [the app](https://watsonbox.github.io/exportify/)
24
+
1. Fire up [the app](https://exportify.app/)
17
25
2. Click 'Get Started'
18
26
3. Grant Exportify read-only access to your playlists
19
27
4. Click the 'Export' button to export a playlist
@@ -140,6 +148,11 @@ In addition to [Create React App](https://github.com/facebook/create-react-app),
140
148
*[React Testing Library](https://testing-library.com/docs/react-testing-library/intro/) - light-weight solution for testing React DOM nodes
141
149
*[MSW](https://mswjs.io/) - network-level request mocking (more of my own thoughts [here](https://watsonbox.github.io/posts/2020/11/30/discovering-msw.html))
142
150
151
+
### History
152
+
153
+
- 2015: Exportify is [born](https://github.com/watsonbox/exportify/commit/b284822e12c3adea8fb83258fdb00ec4690701e1)
154
+
- 2020: [Major release](https://watsonbox.github.io/posts/2020/12/02/exportify-refresh.html) including search, artist and audio features, liked songs export, and a new rate limiting system
155
+
- 2024: [Major release](https://watsonbox.github.io/posts/2024/09/04/exportify-updates.html) including dark mode, internationalization, and search enhancements
143
156
144
157
## Notes
145
158
@@ -161,7 +174,7 @@ In addition to [Create React App](https://github.com/facebook/create-react-app),
0 commit comments