ByteDev
ByteDev
Concerning "Function v3 uses System.Text.Json as input serializer and Newtonsoft.Json as output serializer." I have also observed this to be the case. This is confusing and IMO would have been...
At the moment more of a control API to Sonos devices using SOAP/uPnP. Thanks
402 is Payment Required no? Are you adding a track from Spotify or somewhere online? Or are you trying to add a track that is on your network/NAS? The AddTrackToQueueAsync...
Are you saying the following line throws the exception?: ``` return new AddUriToQueueResponseFactory().CreateFor(ActionXNamespace, xml); ``` Could you provide the full exception? i.e. the stack trace/ToString() of the exception thrown. Thanks...
I've put up a new version (1.1.0) on nuget with your fix. Thanks for spotting that I wasn't escaping the soap argument values. I also added a simple AddQueueTrackAsync method...
> Does the memory leak onyl show up when I use discovery? So when I just controll the speakers by creating a controller over the IP-address, there is no memory...
> RSSDP > > > You're a little more ambitious than I've been. I only support MP3 files on my local LAN and Sonos Favorites in my controller. Both of...