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: about 1 year 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 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-01T12:55:28.000Z (about 3 years ago)
- Last Synced: 2025-02-16T08:27:30.418Z (over 1 year 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
A simple web application that scans a Spotify playlist and identifies unavailable tracks. This project is written in pure JavaScript with a minimalistic UI design.

## How to Use
1. Open the app: [Spotify Playlist Checker](https://pawllo01.github.io/spotify-playlist-checker/)
2. Paste a valid Spotify playlist URL (e.g., `https://open.spotify.com/playlist/5KJDMJe9EJ7QRz8FG2MIpI`) or just the playlist ID (`5KJDMJe9EJ7QRz8FG2MIpI`) into the input field.
3. Click the **Check** button.
4. If unavailable tracks are found, you can search for alternatives by clicking **Find Alternatives**. Clicking on a track name will open its album page on Spotify.
## FAQ
### How to fix unavailable tracks?
Remove the unavailable track from your playlist, find an alternative (if available), and add it back.
### What does "unavailable track" mean?
A track is considered unavailable if it belongs to an unavailable album. This means the distributor or label has removed that particular release from Spotify, making it inaccessible in all countries or regions. However, in most cases, the album has been re-released under a different ID. Distributors or labels typically do this to update metadata, such as track names, artist names, release dates, etc.
You can still access an unavailable album if you have a direct link, but it won't be searchable or visible on the artist's discography page.
### How to check where an album is available?
You can use [Spotify Album Availability](https://github.com/pawllo01/spotify-album-availability) to visualize in which countries the album is available and in which it is unavailable.