Spotify Release List
Display list of Spotify releases from artists you follow
https://spotifyreleaselist.netlify.app
Features
- 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
Keyboard shortcuts
R Refresh
S Show settings
F Toggle filters pane
D Toggle favorites edit mode
E Export
ESC Cancel / Close active modal
Troubleshooting
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
Installation
- 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
Privacy Policy
See PRIVACY.md
Bug reporting
If you find a bug, please send me an e-mail to [email protected] or open an issue here on github.
License
ISC