I wanted a way to quickly generate new Spotify playlists from my library based on some simple user inputs. There are probably a bunch of songs floating around in old playlists that you will never listen to again so the Spotify Playlist Recycling Plant is an attempt to resurrect these forgotten gems!
At the heart of this tool is a simple custom algorithm that uses Spotify's 5000+ unique genres to find similar artists. It works well for my purposes but everybody uses Spotify differently so I'd love some feedback :)
Built using React and the Spotify Web API.
Just a simple suggestion: allow for copying the result as a text list (I'm one of those who can tolerate you reading my data but not writing in it)
Some of you may be looking for more "plain" ways of recycling your library (where you more explicitly choose the final outcome) by
- (re)organizing (by genres, popularity, date added, audio features...) -> http://organizeyourmusic.playlistmachinery.com/
- (re)combining (using a good selection of modular dataflow operators) -> http://smarterplaylists.playlistmachinery.com/
---
Bonus : https://observablehq.com/@mjbo/genre-map-explorer-for-spotif...