[PR #196] [MERGED] Playlist description support #813

Closed
opened 2026-02-28 00:01:53 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/spotipy-dev/spotipy/pull/196
Author: @nathancoleman
Created: 6/3/2017
Status: Merged
Merged: 9/17/2017
Merged by: @plamere

Base: masterHead: playlist_description_support


📝 Commits (3)

  • f5bb6db Add support for description field on playlist create/update
  • 4c3238f Add playlist description field to create/update examples
  • 91d89c3 Merge branch 'master' into playlist_description_support

📊 Changes

3 files changed (+22 additions, -8 deletions)

View changed files

📝 examples/change_playlist_details.py (+7 -3)
📝 examples/create_playlist.py (+4 -2)
📝 spotipy/client.py (+11 -3)

📄 Description

I added support for the description field which was newly added to the create playlist and update playlist details endpoints. I also modified the related examples to include this new field.

A test for this endpoint would require someone maintaining a playlist strictly for running the test and then having the test run as the playlist owner, so I have not included a test for this change.

Please review: @plamere


🔄 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/spotipy-dev/spotipy/pull/196 **Author:** [@nathancoleman](https://github.com/nathancoleman) **Created:** 6/3/2017 **Status:** ✅ Merged **Merged:** 9/17/2017 **Merged by:** [@plamere](https://github.com/plamere) **Base:** `master` ← **Head:** `playlist_description_support` --- ### 📝 Commits (3) - [`f5bb6db`](https://github.com/spotipy-dev/spotipy/commit/f5bb6db89f1c524cff256d2a5191782ee4c92e60) Add support for description field on playlist create/update - [`4c3238f`](https://github.com/spotipy-dev/spotipy/commit/4c3238fb17f8817f74efcd36e30fde3819cff5e7) Add playlist description field to create/update examples - [`91d89c3`](https://github.com/spotipy-dev/spotipy/commit/91d89c3256bf579ba5da2c384562fb03dd433840) Merge branch 'master' into playlist_description_support ### 📊 Changes **3 files changed** (+22 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `examples/change_playlist_details.py` (+7 -3) 📝 `examples/create_playlist.py` (+4 -2) 📝 `spotipy/client.py` (+11 -3) </details> ### 📄 Description I added support for the description field which was newly added to the [create playlist](https://developer.spotify.com/web-api/create-playlist/) and [update playlist details](https://developer.spotify.com/web-api/change-playlist-details/#disqus_thread) endpoints. I also modified the related examples to include this new field. A test for this endpoint would require someone maintaining a playlist strictly for running the test and then having the test run as the playlist owner, so I have not included a test for this change. Please review: @plamere --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 00:01:53 +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/spotipy#813
No description provided.