You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to allow users to monitor the currently playing audio based on what service/source the audio originates from. In the Sonos app this is visible in the player UI, under the title.
I have used TrackMetaData and see that the metadata service makes some of this visible via TrackUri, but it's not there for every service. As an example, a song for Plex or episode from Pocketcasts shows the respective source name in the player ui, but the TrackURI and ProtocolInfo show generic http like
All of the other Device methods I've checked, including Queue, do not seem to show this service information. Is this something I can extract, somehow, using your library? Or is it locked behind Sonos internal data and not surfaced by the upnp api?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hello and thank you for this wonderful library. It has made implementing Sonos for my project, Multi-scrobbler painless.
I would like to allow users to monitor the currently playing audio based on what service/source the audio originates from. In the Sonos app this is visible in the player UI, under the title.
I have used
TrackMetaDataand see that the metadata service makes some of this visible viaTrackUri, but it's not there for every service. As an example, a song for Plex or episode from Pocketcasts shows the respective source name in the player ui, but the TrackURI and ProtocolInfo show generic http likeAll of the other Device methods I've checked, including Queue, do not seem to show this service information. Is this something I can extract, somehow, using your library? Or is it locked behind Sonos internal data and not surfaced by the upnp api?
Thanks for your time.
All reactions