https://github.com/michaelgira23/filter-playlist
A tool that helps you vet your Spotify playlists based on qualitative, self-defined criteria.
https://github.com/michaelgira23/filter-playlist
filter-playlist filter-spotify-playlist spotify spotify-api spotify-playlist spotify-web-api
Last synced: 2 months ago
JSON representation
A tool that helps you vet your Spotify playlists based on qualitative, self-defined criteria.
- Host: GitHub
- URL: https://github.com/michaelgira23/filter-playlist
- Owner: michaelgira23
- License: mit
- Created: 2020-01-20T03:41:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-14T19:46:25.000Z (almost 5 years ago)
- Last Synced: 2025-01-17T01:41:33.496Z (4 months ago)
- Topics: filter-playlist, filter-spotify-playlist, spotify, spotify-api, spotify-playlist, spotify-web-api
- Language: TypeScript
- Homepage: https://filter-playlist.web.app
- Size: 1.12 MB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Filter Playlist
> A tool that helps you vet your Spotify playlists based on qualitative, self-defined criteria.
Try it out on [filter-playlist.web.app](https://filter-playlist.web.app)
## What is Filter Playlist?
1. **Select** the Spotify playlist you want to filter
2. **Define** criteria that you will rate for each song
3. **Set** actions that happen when specific criteria pass or fail
4. **Mark** which criteria pass or fail for each songThe app will automatically invoke actions based on how you judge each song, such as adding to another playlist or removing from the current playlist.
## Screenshots
**Step 1** — Select a playlist to filter, define criteria, and set actions.

**Step 2** — The app will queue all the songs on your playlist. For each song, check all the criteria that you consider pass and click "Filter Song."
The app will automatically invoke the actions you set, based on how you flag each song.

## Disclaimer
I created this project for a few (large) playlists that I needed to filter. Basic functionality exists, but not everything is polished! Use at your own discretion and PRs welcome!