mirror of
https://github.com/misiektoja/spotify_monitor.git
synced 2026-04-25 14:45:50 +03:00
[PR #34] [MERGED] Indicate if a playlist is a Spotify curated public one #35
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/misiektoja/spotify_monitor/pull/34
Author: @tomballgithub
Created: 2/8/2026
Status: ✅ Merged
Merged: 2/10/2026
Merged by: @misiektoja
Base:
dev← Head:unique📝 Commits (6)
129f8dbAllow custom string after 'Spotify' curated public playlists3b21dbcCorrect spelling94bdd82Updated examples4524148fix: add missing SPOTIFY_SUFFIX default, fix playlist owner lookup (access_token guard, oauth_app check, 404 logic, redundant f-strings)3405f58chore: bump version to 2.9 in pyproject.toml7e80506fix: remove unicode char from global config section to avoid config export issues on Windows📊 Changes
2 files changed (+74 additions, -11 deletions)
View changed files
📝
pyproject.toml(+1 -1)📝
spotify_monitor.py(+73 -10)📄 Description
Spotify curated public playlists vary by account depending on listening habits. This adds a way to know if a specific playlist reported for an account is one of these. Many times, the names of the playlists are not obviously Spotify ones
This will be used for messages on console and emails
The string should Include all desired characters, including a preceding space and parentheses if desired
Emojis should work, but I didn't test them
In use at startup:
Note that I used to have two labels for this.
However, with the recent change, you cannot look at the contents of a Spotify playlist to check whether or not there is a similarity with the current account
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.