node-sonos-http-api icon indicating copy to clipboard operation
node-sonos-http-api copied to clipboard

Preset starting a favorite with playMode "shuffle": true often starts with the same song

Open mehlkelm opened this issue 6 years ago • 0 comments
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" }

mehlkelm avatar Aug 04 '19 14:08 mehlkelm