https://github.com/scriptraccoon/spotify-playlist-finder
Finds your playlists on Spotify which have a specified song
https://github.com/scriptraccoon/spotify-playlist-finder
Last synced: 5 days ago
JSON representation
Finds your playlists on Spotify which have a specified song
- Host: GitHub
- URL: https://github.com/scriptraccoon/spotify-playlist-finder
- Owner: ScriptRaccoon
- License: mit
- Created: 2021-01-16T04:42:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2026-03-31T23:08:51.000Z (2 months ago)
- Last Synced: 2026-04-01T01:30:11.735Z (2 months ago)
- Language: JavaScript
- Homepage: https://spotify-playlist-finder.onrender.com
- Size: 220 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spotify Playlist Finder
## Find all of your playlists which contain a specific song
Link: https://spotify-playlist-finder.onrender.com
It's surprising that Spotify does not offer this functionality on its own. As of 2021, you can only search within your library, i.e. your saved songs, within a specific playlist, and of course globally as well. A search within all of your saved playlists has been posted as a [feature request](https://community.spotify.com/t5/live-ideas/your-library-search-within-all-playlists/idi-p/1558149), but has not been implemented yet. This feature is useful, for example to find possible duplicates.
This is why I created this little search tool. It is open source and uses the [Spotify Web API](https://developer.spotify.com/documentation/).
When you want to clone this repository, make sure to rename the file `env-sample` to `.env` and to add the credentials of your Spotify App.