[GH-ISSUE #841] [Feature request] Show locally queued songs #357

Open
opened 2026-02-28 14:48:40 +03:00 by kerem · 6 comments
Owner

Originally created by @rudiejd on GitHub (Jul 23, 2021).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/841

Spotify web API doesn't provide an endpoint for this, although it's a popular suggestion, so this queue wouldn't include songs that are enqueued by the user from other device.

One could, however, store songs enqueued from the spotify-tui instance in an internal data structure and display those, with a disclaimer that the queue is only local. This would be useful for remembering songs added to queue until the Spotify staff come out with more queue endpoints, which might never happen.

I could try to write a queue view if there's any interest in this from any users other than myself

Originally created by @rudiejd on GitHub (Jul 23, 2021). Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/841 Spotify web API doesn't provide an endpoint for this, although it's a [popular suggestion](https://github.com/spotify/web-api/issues/462), so this queue wouldn't include songs that are enqueued by the user from other device. One could, however, store songs enqueued from the spotify-tui instance in an internal data structure and display those, with a disclaimer that the queue is only local. This would be useful for remembering songs added to queue until the Spotify staff come out with more queue endpoints, which might never happen. I could try to write a queue view if there's any interest in this from any users other than myself
Author
Owner

@ghost commented on GitHub (Aug 2, 2022):

This was the first feature I found to be missing - I in fact wasn't even convinced that I had successfully queued something the first time I hit z. This would be a very nice addition - maybe I'll take a look at it as well.

<!-- gh-comment-id:1202242115 --> @ghost commented on GitHub (Aug 2, 2022): This was the first feature I found to be missing - I in fact wasn't even convinced that I had successfully queued something the first time I hit `z`. This would be a very nice addition - maybe I'll take a look at it as well.
Author
Owner

@rudiejd commented on GitHub (Aug 5, 2022):

@MikkelAgerlin feel free to checkout my pr branch at https://github.com/Rigellute/spotify-tui/pull/846 as a start. I think it will probably have to be rebased, and it might not be the best implementation, but it seems to work.

<!-- gh-comment-id:1205943295 --> @rudiejd commented on GitHub (Aug 5, 2022): @MikkelAgerlin feel free to checkout my pr branch at https://github.com/Rigellute/spotify-tui/pull/846 as a start. I think it will probably have to be rebased, and it might not be the best implementation, but it seems to work.
Author
Owner

@Poirot12345T commented on GitHub (Aug 10, 2022):

I would really like to help this idea, but I have little to no experience writing Rust programs, but it seems to me as a really good idea!

<!-- gh-comment-id:1210526952 --> @Poirot12345T commented on GitHub (Aug 10, 2022): I would really like to help this idea, but I have little to no experience writing Rust programs, but it seems to me as a really good idea!
Author
Owner

@jon4hz commented on GitHub (Aug 10, 2022):

https://community.spotify.com/t5/Closed-Ideas/Developer-Web-API-playback-queue-route/idi-p/5202433

Seems like 5 votes were missing in order for spotify to pick up on this :/

<!-- gh-comment-id:1210537391 --> @jon4hz commented on GitHub (Aug 10, 2022): https://community.spotify.com/t5/Closed-Ideas/Developer-Web-API-playback-queue-route/idi-p/5202433 Seems like 5 votes were missing in order for spotify to pick up on this :/
Author
Owner

@ChristianSmith-Praeses commented on GitHub (Aug 25, 2022):

This is a very needed feature, any work on it would be awesome!

<!-- gh-comment-id:1227314098 --> @ChristianSmith-Praeses commented on GitHub (Aug 25, 2022): This is a very needed feature, any work on it would be awesome!
Author
Owner

@robrecord commented on GitHub (Jan 13, 2023):

It's now at 200 votes.
The API feature has been created but it's not perfect yet.

https://developer.spotify.com/console/get-queue/

@rudiejd did you catch this?

<!-- gh-comment-id:1381808844 --> @robrecord commented on GitHub (Jan 13, 2023): It's now at 200 votes. The API feature has been created but it's not perfect yet. https://developer.spotify.com/console/get-queue/ @rudiejd did you catch this?
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/spotify-tui#357
No description provided.