mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[GH-ISSUE #396] List Que? #1149
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#1149
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 @TheGassyNinja on GitHub (Mar 15, 2024).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/396
First THANK YOU for this project! I live in this app and is a MUST for all of my machines. It functions well and I can theme it decently.
I have been working on a few scripts that give me a current system status and I have no problem getting what is currently playing BUT I would like a list of what is in my que. I want to show the next 5-10 songs in my script or show them with a popup Conky.
I am not understanding the 'spotify_player get' command. I think that this is where I can 'get' the info I'm looking for.
Can you point me in the right direction?
@aome510 commented on GitHub (Mar 15, 2024):
spotify_player get key queuewill give you a list of next 20 songs in queue. Seespotify_player get key -h. When running the UI, you can view the queue withQueuecommand (default bind:z).