Stephan van Rooij

Results 263 comments of Stephan van Rooij

It would be nice to filter out non-players in most cases. But you can still rename a boost for instance. So maybe optional parameter to filter them out.

I mean, the use case to return the boost is that you can control some things off it. Hiding them always might not be a good idea. can you make...

@Takkuz We have no way of verifying this. Closing this issue for now, please re-open if you got some wireshark output for us to analyze.

I personally don't see why you would link several accounts to your system. A year ago they stopped others accessing which services are connected, this also stops other (like this...

We don’t use Alexa, but we never had problems when playing two different playlists in two different rooms. Can I summarize that you actually want an easy way to set...

I recently came across [this stackoverflow post](https://stackoverflow.com/questions/63067838/how-to-get-playing-radio-station-url-using-sonos-api) it shows the `sn` parameter in the cloud api apperantly. The easiest fix is probably a static get/set on the [helper](https://github.com/bencevans/node-sonos/blob/master/lib/helpers.js) because that...

Your question is understandable, but this library is build in JavaScript and not in typescript. Personally I have no experience on how to add types to an existing library. Is...

@realwakils you should check out the other library. It has at least all the features this library has. My opinion about the types, it's better to have no types (like...

One more question, what is the reason to put the types in a different repository? That makes it harder to manage. > This should be top priority The maintainers make...

@realwakils I just found a typescript reference on how to generate types from JavaScript. It requires to add jsdoc comments to a lot of items. https://www.typescriptlang.org/docs/handbook/declaration-files/dts-from-js.html I would be happy...