jishi / node-sonos-http-api

An HTTP API bridge for Sonos easing automation. Hostable on any node.js capable device, like a raspberry pi or similar.
http://jishi.github.io/node-sonos-http-api/
MIT License
1.83k stars 462 forks source link

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

Open mehlkelm opened 4 years ago

mehlkelm commented 4 years ago

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" }