📝 Description
Over time, songs in playlists may become unavailable due to licensing changes (they appear grayed out in the Spotify app). This tool will scan selected playlists or "Liked Songs" and identify tracks that are no longer playable in the user's region.
✨ Key Features
🛠 Technical Details
- Logic: Filter tracks where
track['is_playable'] == False (requires the market parameter in API calls).
- GUI: Add to the "Clean" or "Stats" section in the sidebar.
🏷 Labels
enhancement, clean, help wanted
📝 Description
Over time, songs in playlists may become unavailable due to licensing changes (they appear grayed out in the Spotify app). This tool will scan selected playlists or "Liked Songs" and identify tracks that are no longer playable in the user's region.
✨ Key Features
is_playableflag andrestrictionsmetadata from the Spotify API.🛠 Technical Details
track['is_playable'] == False(requires themarketparameter in API calls).🏷 Labels
enhancement,clean,help wanted