song2playlist
helps to manage tracks across different playlists
If you have many playlists (for different moods/genres/decades) it can be cumbersome to manually add tracks to a playlist...
You have to
Right Click on the Track
- Select
Add to Playlist
- Then find the Playlist in a long List
- And if you are unlucky, a Popup will appear with the Message that the Track already is part of the Playlist
Wouldn't it be great to be able to instantly see which playlists a track is part of and quickly add/remove the track from a playlist
- Add a Track to a Playlist
- Remove a Track from a Playlist
- Show if a Track is part of a Playlist
To use the Spotify API you need to register your app and get a ClientID. You can do this here.
Make sure to install the dependencies:
npm install
Start the development server on http://localhost:3000
npm run dev
Check out the deployment documentation for more information.