-
-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
toggle shuffle via API #330
Comments
Thank you for the superfast response, thats awesome! But the shuffle-toggle included in |
Should be good now. |
Awesome :-) |
First of all, thanks for the great project! It is community-projects like yours that make tech way more useful!
Is your feature request related to a problem? Please describe.
Triggering of playlists-playback via API should have an option to toggle shuffle-mode.
I trigger playback of certain playlists via the
librespot-java
API from Homebridge via homebridge-http-switch plugin.It is a bit annoying over time, when my playlists always start with the 1st song in the list.
Example:
Describe the solution you'd like
It would be great to have an option to start playback via API in shuffle-mode. Maybe you could consider something like the example below, which adds a
shuffle
-parameter to the API request, that could be either true or false.:Describe alternatives you've considered
I've already tried to play with
shuffle=true|false
andshuffle_state=true|false
, inspired by the Official Spotify API.Additional context
I usually trigger these playlists when I come home or to wake up in the morning through Homebridge via Apple HomeKit, so I'm not using the Spotify client for that. Later I open Spotify on my phone or computer and change the playlists during the day.
The tool-chain for playback looks as follows:
Apple HomeKit - Homebridge - homebridge-http-switch - SPOCON - LIBRESPOT - forked-daapd/OWNTONE - AirPlay - HomePods
For the sake of completeness, the tool-chain for volume-control looks as follows:
Apple HomeKit - Homebridge - homebridge-http-rgb-push - forked-daapd-homebridge-middleware - forked-daapd/OWNTONE - AirPlay - HomePods
Everything is running super smooth on a RaspberryPi 3.
Thanks in advance for giving me some directions or considering the feature!
Andreas
The text was updated successfully, but these errors were encountered: