mirror of
https://github.com/devgianlu/go-librespot.git
synced 2026-04-26 13:25:49 +03:00
[GH-ISSUE #151] API: skip to next track #93
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#93
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 @stronk-dev on GitHub (Dec 7, 2024).
Original GitHub issue: https://github.com/devgianlu/go-librespot/issues/151
Hi, I've started work on a simple React component so that I can have media controls on my homepage (for users on my local network or VPN) and have a touchscreen on my Pi for quick controls.
So far very happy with
go-librespotand to have a working spotify daemon again! The only issue I am running into is what to provide to the/player/nextAPI endpoint, is it not possible to just skip to the next song? Right now I seek to the end of the song as a substitute.@devgianlu commented on GitHub (Dec 11, 2024):
You should be able to make a POST request to
/player/nextwith an empty JSON object as body. Theurifield is not mandatory.@stronk-dev commented on GitHub (Dec 12, 2024):
You are correct, that works just fine 😅
@iVolt1 commented on GitHub (Mar 1, 2025):
I have been running go librespot .20 for a couple of months and it is working flawlessly, connecting fast and staying connected all day with a smaller cpu and memory foot print. Great work!
The only issue I have seen so far is the play-next api is slightly different than for librespot -java in that the play-next api does not require a uri or empty json object. This breaks the home assistant media player play-next button because media player does not send a uri or empty json object.
I hope this can be fixed and metadata through linux pipes can be completed soon so the Homepod Connect addon can have advantages go librespot brings.
Issue: Add metadata output to a pipe as it is in librespot-java #157
Thanks,
iVolt1