mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 08:05:57 +03:00
[GH-ISSUE #1009] [Feature] ability to see/manage queue #445
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#445
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 @Poirot12345T on GitHub (Aug 8, 2022).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/1009
Hi,
thanks for your work on Spotify TUI! It's really nice that I can use my Spotify while working with terminal. However, I have one thing that still forces me to use the GUI official app on Linux, which is such a pain honestly, and I would really like to not use GUI Spotify at all. But I can't list/manage my song queue so I can't see what I've placed there and what I haven't, or remove some songs from the queue when I want to. I would really like to see this feature in any future update!
Wishing all the best,
Poirot12345 T
@jon4hz commented on GitHub (Aug 9, 2022):
Came here to say the same 😄 . Adding songs to the queue and managing the queue in general would be an amazing feature!
@Poirot12345T commented on GitHub (Aug 9, 2022):
@jon4hz just a friendly reminder, you can add songs to a queue by pressing "z" while having selected them in focus mode 🙂 All the songs will stack up in the queue as we are used to from the GUI, but the queue is not visible until you open Spotify official app.
@jon4hz commented on GitHub (Aug 9, 2022):
Oh, somehow overlooked that option in the help. Thanks a lot for the hint :)
@BeneCollyridam commented on GitHub (Aug 10, 2022):
Spotify does not expose an endpoint to see what is in queue. Therefore it is not possible to add this functionality without some flaws. See issue #841 for more info
@robrecord commented on GitHub (Jan 13, 2023):
They have now implemented it in a basic way: https://developer.spotify.com/console/get-queue/
@Nathansbud commented on GitHub (Mar 15, 2023):
@robrecord damn, so close to greatness. Nice to have something at long last, but without exposing the difference between Queue & Up Next it's a touch limited for my wants (e.g. can't add a great "clear queue" feature to CLI yet).