You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@greggannicott, I think that was the original intent, but either way, when working on the rewrite that is currently in beta I changed it to hard-setting shuffle to true or false when requested and keeping as is if not provided
The problem
Hi.
I'm attempting to start a playlist with shuffle disabled.
From what I can tell, the
shuffle
property works when it istrue
(eg. if shuffle isn't on, and true is passed in, it sets shuffle to true in Spotify).But when I pass in
false
it doesn't appear to have an impact (eg. if shuffle is on in Spotify, and I pass in false, it doesn't turn off shuffling).I don't know if this is intentional, but it wasn't what I was expecting to happen.
System Health details
System Information
Home Assistant Community Store
Home Assistant Cloud
Home Assistant Supervisor
Dashboards
Recorder
Spotify
Spotcast Version
v4.0.0
What type of installation are you running?
Home Assistant OS
Diagnostics information
home-assistant_spotcast_2025-01-09T21-42-04.203Z.log
Example YAML snippet
Anything in the logs that might be useful for us?
At the end of the log there are two attempts to play a playlist.
The first has shuffle set to
true
, and you can see that it is turning shuffle on:However the subsequent run has shuffle set to
false
and there is no mention of turning shuffle off. This is reflected in the end results.Additional information
I've tried to simplify my script by not using fields and by hard coding
false
for theshuffle
value, but I get the same results.Also, just to say thanks for a great tool! I was struggling with HA and Spotify until I found this.
The text was updated successfully, but these errors were encountered: