mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[GH-ISSUE #670] Edit Queue #393
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#393
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 @cdslayallday on GitHub (Jan 27, 2025).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/670
Would be chill if i could remove songs from the queue list, or reorder.
Couldn't find this in the feature list, if it exists please lmk and tell me to shutup
@aome510 commented on GitHub (Feb 4, 2025):
For future reference or anyone interested in working on this, queue editing will require to implement a custom queueing system because spotify doesn't provide APIs to edit or re-order queue but only
get-queueandadd-item-to-queue.@User-3090 commented on GitHub (May 16, 2025):
Is there an API call to clear queue?
@alexjyong commented on GitHub (Jul 10, 2025):
@User-3090 at the time of writing no. https://developer.spotify.com/documentation/web-api/reference/add-to-queue
Like @aome510 said, we'd probably have to maintain a queue ourselves in the application rather than relying on the Spotify queue since the API functionality is limited.
@wiraki commented on GitHub (Oct 2, 2025):
That's such a weird decision from Spotify, since their client allows all sorts of queue editing.
@klassenserver7b commented on GitHub (Oct 3, 2025):
I wonder if it is possible to use something like librespots set_queue / SetQueue
handles. Ofc those are the internal ones but they are used to handle set queue which is used by the mobile app. (Described here) So it is definitely possible. But ig we have to manually manage an internal queue (or use librespots) and then somehow send the updated queue to spotify.
I'll try working on it if i find some time soon.
paste_commandto replacecopypastalibrary andclipboardfeature #750paste_commandto replacecopypastalibrary andclipboardfeature #1687