[GH-ISSUE #283] sp.user_playlist_create and user_playlist_change_details has no argument 'description' #155

Closed
opened 2026-02-27 23:21:07 +03:00 by kerem · 4 comments
Owner

Originally created by @smyrbdr on GitHub (May 3, 2018).
Original GitHub issue: https://github.com/spotipy-dev/spotipy/issues/283

Here is what I get after inspecting these functions;

In[ ] inspect.getargspec(sp.user_playlist_create)
Out[ ] ArgSpec(args=['self', 'user', 'name', 'public'], varargs=None, keywords=None, defaults=(True,))

In[ ] inspect.getargspec(sp.user_playlist_change_details)
Out[ ] ArgSpec(args=['self', 'user', 'playlist_id', 'name', 'public', 'collaborative'], varargs=None, keywords=None, defaults=(None, None, None))

So it seems not possible to create a playlist with description yet or add a description afterward either.

Originally created by @smyrbdr on GitHub (May 3, 2018). Original GitHub issue: https://github.com/spotipy-dev/spotipy/issues/283 Here is what I get after inspecting these functions; In[ ] `inspect.getargspec(sp.user_playlist_create)` Out[ ] `ArgSpec(args=['self', 'user', 'name', 'public'], varargs=None, keywords=None, defaults=(True,))` In[ ] `inspect.getargspec(sp.user_playlist_change_details)` Out[ ] `ArgSpec(args=['self', 'user', 'playlist_id', 'name', 'public', 'collaborative'], varargs=None, keywords=None, defaults=(None, None, None))` So it seems not possible to create a playlist with description yet or add a description afterward either.
kerem closed this issue 2026-02-27 23:21:07 +03:00
Author
Owner

@zhammer commented on GitHub (May 3, 2018):

Weirdly this was actually added in a commit 11 months ago: github.com/plamere/spotipy@f5bb6db89f

Not sure why it didn't make it to the pip distribution.

<!-- gh-comment-id:386333587 --> @zhammer commented on GitHub (May 3, 2018): Weirdly this was actually added in a commit 11 months ago: https://github.com/plamere/spotipy/commit/f5bb6db89f1c524cff256d2a5191782ee4c92e60 Not sure why it didn't make it to the pip distribution.
Author
Owner

@ritiek commented on GitHub (May 7, 2018):

@zhammer Geez #211. 😄

<!-- gh-comment-id:387073169 --> @ritiek commented on GitHub (May 7, 2018): @zhammer Geez #211. :smile:
Author
Owner

@shillshocked commented on GitHub (Jun 24, 2019):

Still not working. Can't update descriptions of playlists anymore.

<!-- gh-comment-id:504842598 --> @shillshocked commented on GitHub (Jun 24, 2019): Still not working. Can't update descriptions of playlists anymore.
Author
Owner

@stephanebruckert commented on GitHub (Jan 11, 2020):

This should be fixed with version 2.5.0, just do:

pip install spotipy --upgrade
<!-- gh-comment-id:573339034 --> @stephanebruckert commented on GitHub (Jan 11, 2020): This should be fixed with version 2.5.0, just do: pip install spotipy --upgrade
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/spotipy#155
No description provided.