mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-25 23:36:00 +03:00
[GH-ISSUE #639] playlist_replace_items method #432
Labels
No labels
a/b
bug
documentation
enhancement
good first issue
help wanted
invalid
pull-request
question
wontfix
yt-error
yt-update
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ytmusicapi#432
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?
Originally created by @Loukious on GitHub (Aug 8, 2024).
Original GitHub issue: https://github.com/sigma67/ytmusicapi/issues/639
Is your feature request related to a problem? Please describe.
When trying to keep a playlist synced, it's too much work to always fetch the playlist items then remove outdated tracks and add new ones (to save bandwidth and avoid being rate limited). Emptying the entire playlist and refilling isn't that efficient.
Describe the solution you'd like
I want a method that is similar to spotipy's playlist_replace_items. More details here
@sigma67 commented on GitHub (Aug 13, 2024):
We're limited by what the YouTube Music API provides. Unless there is an endpoint that does what you want, I doubt this is possible