Pascal Opitz

Results 65 comments of Pascal Opitz

Same issue still. Then, doing `::load v8` with node 6.9.x flags a bunch of errors. How are you building the assets?

What user agent string are you guys using? I recently found out Google Play's pretty fickle. Soco provided the answer: https://github.com/SoCo/SoCo/blob/18ee1ec11bba8463c4536aa7c2a25f5c20a051a4/soco/music_services/music_service.py#L55

AppLink and DeviceLink responses contain `linkCode` and `showLinkCode`. If the latter is true, the former is to be displayed to the user. ``` ```

Yes, there is, and yes, you can: https://github.com/bencevans/node-sonos/blob/master/lib/events/adv-listener.js#L17 Pass the IP address you want as SONOS_LISTENER env variable

If the device you run the app on isn't in the same network as the players it won't work. Device discovery works by making an UPNP announce Multicast telling the...

On unofficial sonos controller for linux for example, you can use the IP address and add manually via menu dialog On Sat, 1 Jan 2022, 05:07 Felix, ***@***.***> wrote: >...

No, it would basically be the same as adding a known device: ``` const { Sonos } = require('sonos') const device = new Sonos('192.168.1.56'); ``` From there on you can...

That is very much depending on your individual network topology, so can't comment

It's the token, I'm pretty sure. Problem is that there is no way to ask the Sonos for those tokens, as that happens via an encrypted endpoint, which nobody but...