[PR #422] [MERGED] List of tracks in a playlist added #889

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

📋 Pull Request Information

Original PR: https://github.com/spotipy-dev/spotipy/pull/422
Author: @CyanBook
Created: 1/15/2020
Status: Merged
Merged: 1/17/2020
Merged by: @stephanebruckert

Base: masterHead: master


📝 Commits (6)

  • 8678cd1 Added playlist_tracks
  • 49011c3 Update client.py
  • 960ee3c Merge branch 'master' of github.com:plamere/spotipy
  • 3d22cf2 Deprecate old endpoints
  • 7fb97ed No warning in python2
  • 45c3e5e Update/remove outdated examples

📊 Changes

7 files changed (+103 additions, -72 deletions)

View changed files

📝 CHANGELOG.md (+12 -0)
📝 docs/index.rst (+1 -1)
📝 examples/read_a_playlist.py (+2 -5)
📝 examples/user_playlists_contents.py (+1 -2)
examples/user_starred_playlist.py (+0 -30)
📝 spotipy/client.py (+51 -27)
📝 tests/test_auth.py (+36 -7)

📄 Description

Get full details of the tracks of a playlist

Fixes https://github.com/plamere/spotipy/issues/335, https://github.com/plamere/spotipy/issues/318


🔄 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/422 **Author:** [@CyanBook](https://github.com/CyanBook) **Created:** 1/15/2020 **Status:** ✅ Merged **Merged:** 1/17/2020 **Merged by:** [@stephanebruckert](https://github.com/stephanebruckert) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (6) - [`8678cd1`](https://github.com/spotipy-dev/spotipy/commit/8678cd1f203a1473774ca199da73905cac470771) Added playlist_tracks - [`49011c3`](https://github.com/spotipy-dev/spotipy/commit/49011c337f00f870bd8cff49fd406fa5607c4ccb) Update client.py - [`960ee3c`](https://github.com/spotipy-dev/spotipy/commit/960ee3cc8fd525dbde2ad5d8b69c6f433f079985) Merge branch 'master' of github.com:plamere/spotipy - [`3d22cf2`](https://github.com/spotipy-dev/spotipy/commit/3d22cf29ce5e16ffea4145fca287714b60b067d7) Deprecate old endpoints - [`7fb97ed`](https://github.com/spotipy-dev/spotipy/commit/7fb97ed00e8484adb7340fa61d1b33b5ec4e1782) No warning in python2 - [`45c3e5e`](https://github.com/spotipy-dev/spotipy/commit/45c3e5e951db44ce7eb6f61bcdb86e6a5fe0c364) Update/remove outdated examples ### 📊 Changes **7 files changed** (+103 additions, -72 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+12 -0) 📝 `docs/index.rst` (+1 -1) 📝 `examples/read_a_playlist.py` (+2 -5) 📝 `examples/user_playlists_contents.py` (+1 -2) ➖ `examples/user_starred_playlist.py` (+0 -30) 📝 `spotipy/client.py` (+51 -27) 📝 `tests/test_auth.py` (+36 -7) </details> ### 📄 Description Get full details of the tracks of a playlist Fixes https://github.com/plamere/spotipy/issues/335, https://github.com/plamere/spotipy/issues/318 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 00:02:24 +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#889
No description provided.