mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-27 08:35:58 +03:00
[GH-ISSUE #841] [Feature request] Show locally queued songs #357
Labels
No labels
bug
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-tui#357
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 @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
@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.@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.
@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!
@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 :/
@ChristianSmith-Praeses commented on GitHub (Aug 25, 2022):
This is a very needed feature, any work on it would be awesome!
@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?