jishi / node-sonos-discovery

Simplified framework for Sonos built on node.js
MIT License
146 stars 75 forks source link

Emit player-change event #43

Closed matiasgarciaisaia closed 8 years ago

matiasgarciaisaia commented 8 years ago

So it can be handled by the API's blacklist

jishi commented 8 years ago

Hm, there is already a transport-state event firing at the same times as this (check in positionInfo() function). Are you sure this was necessary?

matiasgarciaisaia commented 8 years ago

You're right - the transport-state event works.

I didn't know how to get an actual coordinator from the flat one, but I've just managed to do it. Closing this, just updated jishi/node-sonos-http-api#79