mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-27 16:45:52 +03:00
[GH-ISSUE #709] Remove playlist by name #421
Labels
No labels
api-bug
bug
dependencies
documentation
duplicate
enhancement
external-ide
headless-mode
implicit-grant-flow
invalid
missing-endpoint
pr-welcome
private-api
pull-request
question
spotipy3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotipy#421
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 @9acca9 on GitHub (Jul 19, 2021).
Original GitHub issue: https://github.com/spotipy-dev/spotipy/issues/709
How i can do to delete (or unfollow....) a playlist by his name, or just knowing his name? I mean, i know the playlist is in my playlists and is called "Musicaaaaa"... i imagine that first i have to get the "id". There is a way to make this without "human intervention"?
Thanks.
@Peter-Schorn commented on GitHub (Jul 20, 2021):
Just get a list of all of your playlists and iterate through it until you find one with the correct name. Then, unfollow the playlist using the id.