[PR #751] [CLOSED] Option to automatically return the complete playlist #1010

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

📋 Pull Request Information

Original PR: https://github.com/spotipy-dev/spotipy/pull/751
Author: @RozayC
Created: 12/5/2021
Status: Closed

Base: masterHead: change_client


📝 Commits (10+)

📊 Changes

3 files changed (+46 additions, -0 deletions)

View changed files

📝 CHANGELOG.md (+1 -0)
📝 spotipy/client.py (+40 -0)
📝 tests/integration/test_user_endpoints.py (+5 -0)

📄 Description

This pull request resolve #740

Created a new function playlist_full in client.py that returns a complete list of tracks. Optional argument limit allows for less than the total track number within the playlist.
Add a test into integrations to check that the complete tracks are returned.


🔄 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/751 **Author:** [@RozayC](https://github.com/RozayC) **Created:** 12/5/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `change_client` --- ### 📝 Commits (10+) - [`af7b9ed`](https://github.com/spotipy-dev/spotipy/commit/af7b9edfaaa8bbc81ae06a85ac7cd9a3161b7bbc) Add files via upload - [`56f7b6f`](https://github.com/spotipy-dev/spotipy/commit/56f7b6fb996464cdcb35f4ab382ed90a44f83936) Merge pull request #1 from RozayC/RozayC-patch-1 - [`4478307`](https://github.com/spotipy-dev/spotipy/commit/44783071ada620d432c73628231e8ad6a642b0c2) Update issue#740_take_user_inputs - [`d5ce7fd`](https://github.com/spotipy-dev/spotipy/commit/d5ce7fd7d08ec6f15a489321ef17614284d4a31d) Update client.py - [`4901832`](https://github.com/spotipy-dev/spotipy/commit/4901832baf4028143a55dcebbfbc922499144580) Update client.py - [`d12cfa0`](https://github.com/spotipy-dev/spotipy/commit/d12cfa0c1f4c45b7a08a0d0b0a3eac9f7bf7999b) Update client.py - [`7b68fa4`](https://github.com/spotipy-dev/spotipy/commit/7b68fa4c1400fa378d6470ff7592c2f6e396b9cd) Update client.py - [`06b4af9`](https://github.com/spotipy-dev/spotipy/commit/06b4af9bc7694726ea1e6de72481401953cb1c37) Update client.py - [`43cd1a3`](https://github.com/spotipy-dev/spotipy/commit/43cd1a364f2f36482a44e5af2353eef3aaa54c80) Update test_user_endpoints.py - [`f74f191`](https://github.com/spotipy-dev/spotipy/commit/f74f19158b1df726da891696d796e337d38d857e) Delete issue#740_take_user_inputs ### 📊 Changes **3 files changed** (+46 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+1 -0) 📝 `spotipy/client.py` (+40 -0) 📝 `tests/integration/test_user_endpoints.py` (+5 -0) </details> ### 📄 Description This pull request resolve #740 Created a new function playlist_full in client.py that returns a complete list of tracks. Optional argument limit allows for less than the total track number within the playlist. Add a test into integrations to check that the complete tracks are returned. --- <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:13 +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#1010
No description provided.