[PR #23] [MERGED] Add feature to manually add additional playlists to monitor #32

Closed
opened 2026-02-27 20:07:47 +03:00 by kerem · 0 comments
Owner

📋 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: devHead: addplaylists


📝 Commits (1)

  • 5ec0634 Add 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:

Followers:                      2
Followings:                     12
Public playlists:               26

* Getting list of public playlists (be patient, it might take a while) ...

To this:

Followers:                      2
Followings:                     12
Public playlists:               27

* Getting list of public playlists (be patient, it might take a while) ...

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/misiektoja/spotify_profile_monitor/pull/23 **Author:** [@tomballgithub](https://github.com/tomballgithub) **Created:** 7/5/2025 **Status:** ✅ Merged **Merged:** 7/6/2025 **Merged by:** [@misiektoja](https://github.com/misiektoja) **Base:** `dev` ← **Head:** `addplaylists` --- ### 📝 Commits (1) - [`5ec0634`](https://github.com/misiektoja/spotify_profile_monitor/commit/5ec0634d91cf8a7afb68d343a92120d4ac3e3b56) Add feature to manually add additional playlists to monitor ### 📊 Changes **1 file changed** (+24 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `spotify_profile_monitor.py` (+24 -0) </details> ### 📄 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: ``` Followers: 2 Followings: 12 Public playlists: 26 * Getting list of public playlists (be patient, it might take a while) ... ``` To this: ``` Followers: 2 Followings: 12 Public playlists: 27 * Getting list of public playlists (be patient, it might take a while) ... ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 20:07:47 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotify_profile_monitor#32
No description provided.