[GH-ISSUE #786] Playing favorite tracks #485

Closed
opened 2026-02-27 23:22:53 +03:00 by kerem · 1 comment
Owner

Originally created by @C0D3r0x on GitHub (Feb 26, 2022).
Original GitHub issue: https://github.com/spotipy-dev/spotipy/issues/786

How can I play tracks from my 'favorite tracks' playlist?

Originally created by @C0D3r0x on GitHub (Feb 26, 2022). Original GitHub issue: https://github.com/spotipy-dev/spotipy/issues/786 How can I play tracks from my 'favorite tracks' playlist?
kerem 2026-02-27 23:22:53 +03:00
  • closed this issue
  • added the
    question
    label
Author
Owner

@Peter-Schorn commented on GitHub (Mar 2, 2022):

These are referred to as "saved tracks" by the web API. See the associated methods on Spotify:

  • current_user_saved_tracks
  • current_user_saved_tracks_add
  • current_user_saved_tracks_delete
  • current_user_saved_tracks_contains

Then use the start_playback method to play the tracks.

<!-- gh-comment-id:1056049206 --> @Peter-Schorn commented on GitHub (Mar 2, 2022): These are referred to as "saved tracks" by the web API. See the associated methods on `Spotify`: * `current_user_saved_tracks` * `current_user_saved_tracks_add` * `current_user_saved_tracks_delete` * `current_user_saved_tracks_contains` Then use the `start_playback` method to play the tracks.
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#485
No description provided.