mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-27 00:25:54 +03:00
[GH-ISSUE #466] Return a list containing the user's currently queued tracks. #271
Labels
No labels
api-bug
bug
dependencies
documentation
duplicate
enhancement
external-ide
headless-mode
implicit-grant-flow
invalid
missing-endpoint
pr-welcome
private-api
pull-request
question
spotipy3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotipy#271
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @zacharyvincze on GitHub (Apr 10, 2020).
Original GitHub issue: https://github.com/spotipy-dev/spotipy/issues/466
As of now, there does not seem to be any way to get information on a user's currently queued tracks. Is this a limitation of the Spotify API or am I just not seeing a method that does this?
@ritiek commented on GitHub (Apr 11, 2020):
Nope, not possible at the moment. Spotify's web-api does not currently provide this endpoint.
Also see: https://github.com/spotify/web-api/issues/462.
@JobDoesburg commented on GitHub (Sep 15, 2022):
As of very recently, this is possible: https://developer.spotify.com/console/get-queue/
Also see this thread