MusicServicesService
External music services
The MusicServicesService is available on these models: v1-S1
/ v1-S5
/ v1-S9
.
Service data
name | value |
---|---|
Control URL | http://192.168.x.x:1400/MusicServices/Control |
Event subscription URL | http://192.168.x.x:1400/MusicServices/Event |
Discovery url | http://192.168.x.x:1400/xml/MusicServices1.xml |
Service ID | urn:upnp-org:serviceId:MusicServices |
Service type | urn:schemas-upnp-org:service:MusicServices:1 |
Sample request
POST /MusicServices/Control
Host: 192.168.x.x:1400
soapaction: "urn:schemas-upnp-org:service:MusicServices:1#{ActionName}"
Content-Type: text/xml; charset="utf-8"
<?xml version="1.0" encoding="utf-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<s:Body>
{ActionBodyHere}
</s:Body>
</s:Envelope>
Available actions
GetSessionId
Action body:
<u:GetSessionId xmlns:u="urn:schemas-upnp-org:service:MusicServices:1">
<ServiceId>ui4</ServiceId>
<Username>string</Username>
</u:GetSessionId>
Inputs:
parameter | type | description |
---|---|---|
ServiceId | ui4 | ย |
Username | string | ย |
Outputs:
parameter | type | description |
---|---|---|
SessionId | string | ย |
ListAvailableServices
Load music service list as xml
Action body:
<u:ListAvailableServices xmlns:u="urn:schemas-upnp-org:service:MusicServices:1">
</u:ListAvailableServices>
No input arguments
Outputs:
parameter | type | description |
---|---|---|
AvailableServiceDescriptorList | string | ย |
AvailableServiceTypeList | string | ย |
AvailableServiceListVersion | string | ย |
Remarks Some libraries also support ListAndParseAvailableServices
UpdateAvailableServices
Action body:
<u:UpdateAvailableServices xmlns:u="urn:schemas-upnp-org:service:MusicServices:1">
</u:UpdateAvailableServices>
No input arguments
Events
The MusicServicesService has variables that might be emitted if you subscribe to events.
Subscribe to events
SUBSCRIBE /MusicServices/Event
Host: 192.168.x.x:1400
callback: <http://...>
NT: upnp:event
Timeout: Second-3600
Event variables
Variable | Sends events* | type | possible values |
---|---|---|---|
ServiceId | โ | ui4 | ย |
ServiceListVersion | โ | string | ย |
SessionId | โ | string | ย |
Username | โ | string | ย |
If the variable has a โ
in the Sends events column, the service discovery specifies this variable emits events. A โ
doesnโt mean that is wonโt emit events.
This file is automatically generated with @svrooij/sonos-docs, do not edit manually.