[PR #919] [MERGED] modified docstring for playlist_add_items to no longer accept IDs #1080

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

📋 Pull Request Information

Original PR: https://github.com/spotipy-dev/spotipy/pull/919
Author: @oliveraw
Created: 12/13/2022
Status: Merged
Merged: 12/16/2022
Merged by: @stephanebruckert

Base: masterHead: v2.23.0


📝 Commits (1)

  • ada56a2 modified docstring for playlist_add_items to no longer accept IDs, added additional deprecated function user_playlist_add_episodes to mirror user_playlist_add_tracks, both of which can accept URIs, URLs, and IDs

📊 Changes

15 files changed (+63 additions, -37 deletions)

View changed files

📝 CHANGELOG.md (+2 -0)
📝 docs/conf.py (+14 -13)
📝 examples/add_tracks_to_playlist.py (+2 -2)
📝 examples/app.py (+1 -1)
📝 examples/artist_discography.py (+3 -2)
📝 examples/follow_playlist.py (+11 -7)
📝 examples/headless.py (+1 -1)
📝 examples/multiple_accounts.py (+1 -1)
📝 examples/my_playlists.py (+1 -1)
📝 examples/my_top_tracks.py (+1 -1)
📝 examples/playlist_add_items.py (+1 -2)
📝 examples/playlist_tracks.py (+3 -3)
📝 examples/simple3.py (+1 -1)
📝 examples/user_playlists.py (+1 -1)
📝 spotipy/client.py (+20 -1)

📄 Description

added additional deprecated function user_playlist_add_episodes to mirror user_playlist_add_tracks, both of which can accept URIs, URLs, and IDs—part 1/2 of the 2 part PR suggested in #914

(many style fixes caught by autopep8 as well)


🔄 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/919 **Author:** [@oliveraw](https://github.com/oliveraw) **Created:** 12/13/2022 **Status:** ✅ Merged **Merged:** 12/16/2022 **Merged by:** [@stephanebruckert](https://github.com/stephanebruckert) **Base:** `master` ← **Head:** `v2.23.0` --- ### 📝 Commits (1) - [`ada56a2`](https://github.com/spotipy-dev/spotipy/commit/ada56a27ba756dcfdb972ffd3e3217de0ba87798) modified docstring for playlist_add_items to no longer accept IDs, added additional deprecated function user_playlist_add_episodes to mirror user_playlist_add_tracks, both of which can accept URIs, URLs, and IDs ### 📊 Changes **15 files changed** (+63 additions, -37 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+2 -0) 📝 `docs/conf.py` (+14 -13) 📝 `examples/add_tracks_to_playlist.py` (+2 -2) 📝 `examples/app.py` (+1 -1) 📝 `examples/artist_discography.py` (+3 -2) 📝 `examples/follow_playlist.py` (+11 -7) 📝 `examples/headless.py` (+1 -1) 📝 `examples/multiple_accounts.py` (+1 -1) 📝 `examples/my_playlists.py` (+1 -1) 📝 `examples/my_top_tracks.py` (+1 -1) 📝 `examples/playlist_add_items.py` (+1 -2) 📝 `examples/playlist_tracks.py` (+3 -3) 📝 `examples/simple3.py` (+1 -1) 📝 `examples/user_playlists.py` (+1 -1) 📝 `spotipy/client.py` (+20 -1) </details> ### 📄 Description added additional deprecated function user_playlist_add_episodes to mirror user_playlist_add_tracks, both of which can accept URIs, URLs, and IDs—part 1/2 of the 2 part PR suggested in #914 (many style fixes caught by autopep8 as well) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 00:03:31 +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#1080
No description provided.