Display list of Spotify releases from artists you follow
https://spotifyreleaselist.netlify.app
- Display releases day by day - you won't miss a thing!
- Filter by text search, date range and group type
- Export to playlists
- Installable progressive web application (PWA) with fullscreen and offline support
- All application data stored locally on your device
- Completely free to use with no ads and no tracking
R Refresh
S Show settings
F Toggle filters pane
D Toggle favorites edit mode
E Export to a new playlist
U Export to an existing playlist
C Export to CSV file
ESC Cancel / Close active modal
The app has been developed and tested in Chrome, but it should work in any other modern browser. If something's not working, please try the following before you report a bug:
- Some privacy-oriented extensions or browsers may block communication to Spotify servers. Try adding an exemption or using a different browser.
- Delete app data (see General settings screen)
- Remove Spotify Release List app access
- If everything else fails, you can try to Sign out everywhere
- Install dependencies with
yarn install
- Save app url to
REACT_APP_URL
environment variable - Save Spotify app's client ID to
REACT_APP_SPOTIFY_CLIENT_ID
environment variable - Set your Spotify app's Redirect URI to the
REACT_APP_URL
+/auth
- Run
yarn start
to run dev server oryarn build
to build the app
See PRIVACY.md
If you find a bug, please send me an e-mail to [email protected] or open an issue here on github.
ISC