mirror of
https://github.com/devgianlu/go-librespot.git
synced 2026-04-26 13:25:49 +03:00
[GH-ISSUE #35] Feature request: edit queue or add consume mode #29
Labels
No labels
bug
enhancement
pull-request
spotify-side
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/go-librespot#29
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 @volumio on GitHub (May 4, 2024).
Original GitHub issue: https://github.com/devgianlu/go-librespot/issues/35
To make gapeless playback work, we use this strategy:
To achieve this we would need one of the 2:
@devgianlu commented on GitHub (May 6, 2024):
You should be able to use just the
add_to_queueendpoint as there's no need to remove previous tracks from the queue. Or am I missing something?@volumio commented on GitHub (May 6, 2024):
@devgianlu leaving the track in the spotify queue may provide conflicts and wrong track playback, especially if repeat is enabled on spotify's side
@devgianlu commented on GitHub (May 6, 2024):
@volumio Tracks in the queue are evicted automatically once played so it should not be necessary.
@volumio commented on GitHub (May 6, 2024):
@devgianlu if tracks are automatically evicted, then there's no need. thanks for confirming