nfarina / homebridge-sonos

Sonos plugin for homebridge: https://github.com/nfarina/homebridge
153 stars 52 forks source link

Sonos 9.1 Update Fix + QoL Improvement. #57

Closed antonino-u closed 6 years ago

antonino-u commented 6 years ago

Hey @nfarina! So your fix for 9.1 works for finding the devices, but there was a little error: the search wasn't stopped properly and therefore a few seconds after discovery, the sonos-node plugin would time out and cause a crash.

Also bundled in here is a little QoL improvement, where we pause instead of stop the players. Been using it this way for a long time and think it's better since you can quickly pause and resume rather than starting a song over from the beginning. It's much better for podcasts too because it's not fun scrubbing through a 30min+ audio file, and having to go into the sonos app to do it!

nfarina commented 6 years ago

This is great, thanks so much for tracking this down!!