Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pawllo01/spotify-playlist-checker
Scan a playlist and find tracks on unavailable albums.
https://github.com/pawllo01/spotify-playlist-checker
javascript playlist spotify spotify-api webapp
Last synced: 1 day ago
JSON representation
Scan a playlist and find tracks on unavailable albums.
- Host: GitHub
- URL: https://github.com/pawllo01/spotify-playlist-checker
- Owner: pawllo01
- Created: 2023-03-06T13:55:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-01T12:55:28.000Z (over 1 year ago)
- Last Synced: 2024-07-25T23:51:27.672Z (3 months ago)
- Topics: javascript, playlist, spotify, spotify-api, webapp
- Language: JavaScript
- Homepage: https://pawllo01.github.io/spotify-playlist-checker/
- Size: 432 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spotify Playlist Checker
This app allows you to scan a playlist and find tracks on unavailable albums.
![example](./images/example.png)
## How to use it?
1. Visit this website: [pawllo01.github.io/spotify-playlist-checker](https://pawllo01.github.io/spotify-playlist-checker/).
2. Click on "_Get Token_" link and then click agree.
3. Paste valid Spotify playlist ID in the text field, e.g.: **6g1y8krgDWLNbOmE738Ahe**.
4. Click on "_Check_" button.
5. If tracks on unavailable albums are found, they will be listed below.## How to fix tracks on unavailable albums?
First, delete the track from your playlist / liked songs and then re-add it.
I also recommend using [Spotify Album Availability](https://github.com/kaaes/albums-availability) to visualise where the album is available
and to find possible alternatives. Just click on the album cover next to the track name.## FAQ
### What does it mean track is on unavailable album?
It means artist or label deleted this album from Spotify, however in 99% of cases they re-released it again.
### Why artists/labels re-release albums?
Basically, to fix metadata like track names, release date, etc.
It's not easy to make changes to an already released album. Artists or labels first need to remove the album and then re-add it with fixed metadata.