How to play a Spotify playlist shuffled? #725
-
Playing a Spotify playlist in random order seems to be quite straight forward, but I didn't get this running. This service call simply doesn't do anything, neither playing anything, nor throwing any errors in the log:
When omitting the mode argument, the playlist starts to play fine. Isn't that the correct way to use the mode argument? And if not, how else do I use it? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 8 replies
-
I am looking at how the mode command should be used but in the interim you can try this to set the shuffle mode on. Add this as a subsequent service call:
Indeed you don't need to use that special MA service you can just use the normal HA media player commands as I understand it. |
Beta Was this translation helpful? Give feedback.
-
when using the regular media player commands would the URI be
where playlist name is the name of the playlist as shown in MASS? |
Beta Was this translation helpful? Give feedback.
-
Old v1 info |
Beta Was this translation helpful? Give feedback.
I am looking at how the mode command should be used but in the interim you can try this to set the shuffle mode on. Add this as a subsequent service call:
Indeed you don't need to use that special MA service you can just use the normal HA media player commands as I understand it.