mirror of
https://github.com/misiektoja/spotify_profile_monitor.git
synced 2026-04-25 23:15:57 +03:00
[PR #23] [MERGED] Add feature to manually add additional playlists to monitor #32
Labels
No labels
Stale
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify_profile_monitor#32
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_profile_monitor/pull/23
Author: @tomballgithub
Created: 7/5/2025
Status: ✅ Merged
Merged: 7/6/2025
Merged by: @misiektoja
Base:
dev← Head:addplaylists📝 Commits (1)
5ec0634Add feature to manually add additional playlists to monitor📊 Changes
1 file changed (+24 additions, -0 deletions)
View changed files
📝
spotify_profile_monitor.py(+24 -0)📄 Description
The Spotify API sometimes doesn't provide all public playlists for a user. I have verified this using the API and via the application. A playlist can be marked public and owned by a specific user but it won't show up when fetching all public playlists from the API or when browsing a user in the app.
I can privately share examples.
This feature allows you to manually add playlists to monitor for a user. The 'public playlists' count will go up by the number of playlists you add, and it will get the full monitoring treatment like the other playlists including email and CSV updates.
I didn't update the documentation for this, because I wasn't sure where you would want that.
From this:
To this:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.