Rigellute / spotify-tui

Spotify for the terminal written in Rust 🚀
MIT License
17.53k stars 521 forks source link

[Feature] ability to see/manage queue #1009

Open Poirot12345T opened 2 years ago

Poirot12345T commented 2 years ago

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 2 years ago

Came here to say the same :smile: . Adding songs to the queue and managing the queue in general would be an amazing feature!

Poirot12345T commented 2 years ago

@jon4hz just a friendly reminder, you can add songs to a queue by pressing "z" while having selected them in focus mode :slightly_smiling_face: 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 2 years ago

Oh, somehow overlooked that option in the help. Thanks a lot for the hint :)

BeneCollyridam commented 2 years ago

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 1 year ago

They have now implemented it in a basic way: https://developer.spotify.com/console/get-queue/

Nathansbud commented 1 year ago

@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).