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

Shuffle command does not work as intended #807

Open parth0295 opened 3 years ago

parth0295 commented 3 years ago

I have a number of different ways of playing playlists throughout the house including using the Sonos Record Emulator project as well as directly calling the Jishi node in webcore via SmartThings. However, something I’ve noticed is that, even though I’ll set a 1000 song playlist to shuffle via the jishi node, the playlist will play the exact same songs as the last instance. It play a couple of different songs in the beginning but then it will go right back to playing the shuffled queue from the last instance with the same songs in the same order.

Before you submit an issue

Search among the current open and closed issues for an answer to your question before submitting an issue!

If you are looking for assistance with installing or just general questions, reach out on the gitter chat (https://gitter.im/node-sonos-http-api/Lobby) instead of filing an issue. It's easier for me if issues are primarily fokused on bugs and feature requests, and hopefully other people can assist you in the chat.

If your question is Docker related, please file the issue at the https://github.com/chrisns/docker-node-sonos-http-api and also, make sure you have tested that image before asking a question. This is the only image that has any correlation to this project, and is guaranteed to be up to date.

If your question has anything to do with Amazon Echo, it is probably better suited at https://github.com/rgraciano/echo-sonos. If you have questions about the requests sent to this library, figure out the exact request that is sent from the Alexa Skill (through the logs) and include that in the issue.

Thank you!