node-sonos-http-api
node-sonos-http-api copied to clipboard
Preset starting a favorite with playMode "shuffle": true often starts with the same song
trafficstars
I have a preset with playMode "shuffle", but often the playlist starts playing at the first song in the playlist, and only goes in random order after that. Not always though! As if there would be a timing issues between starting the playlist and setting the shuffle mode. Preset looks like this:
{ "players": [ { "roomName": "Room 1", "volume": 15 }, { "roomName": "Room 2", "volume": 15 } ], "playMode": { "shuffle": true, "repeat": false, "crossfade": false }, "pauseOthers": false, "favorite": "My Rotation" }