Last active
August 29, 2015 14:00
-
-
Save stephen/bc7b1d357ca3a1de69ec to your computer and use it in GitHub Desktop.
attempt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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> | |
<u:AddURIToQueue xmlns:u="urn:schemas-upnp-org:service:AVTransport:1"> | |
<InstanceID>0</InstanceID> | |
<EnqueuedURI>x-sonos-spotify:spotify%3atrack%3a6EKQbI0jKua5AehBsicMdD</EnqueuedURI> | |
<EnqueuedURIMetaData><DIDL-Lite xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:upnp="urn:schemas-upnp-org:metadata-1-0/upnp/" xmlns:r="urn:schemas-rinconnetworks-com:metadata-1-0/" xmlns="urn:schemas-upnp-org:metadata-1-0/DIDL-Lite/"> <item id="108405684spotify%3atrack%3a6EKQbI0jKua5AehBsicMdD" restricted="true"> <dc:title></dc:title> <upnp:class>object.item.audioItem.musicTrack</upnp:class> <desc id="cdudn" nameSpace="urn:schemas-rinconnetworks-com:metadata-1-0/">SA_RINCON2311_X_#Svc2311-0-Token</desc> </item> </DIDL-Lite></EnqueuedURIMetaData> | |
<DesiredFirstTrackNumberEnqueued>0</DesiredFirstTrackNumberEnqueued> | |
<EnqueueAsNext>1</EnqueueAsNext> | |
</u:AddURIToQueue> | |
</s:Body> | |
</s:Envelope> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<DIDL-Lite xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:upnp="urn:schemas-upnp-org:metadata-1-0/upnp/" xmlns:r="urn:schemas-rinconnetworks-com:metadata-1-0/" xmlns="urn:schemas-upnp-org:metadata-1-0/DIDL-Lite/"> | |
<item id="108405684spotify%3atrack%3a6EKQbI0jKua5AehBsicMdD" restricted="true"> | |
<dc:title/> | |
<upnp:class>object.item.audioItem.musicTrack</upnp:class> | |
<desc id="cdudn" nameSpace="urn:schemas-rinconnetworks-com:metadata-1-0/">SA_RINCON2311_X_#Svc2311-0-Token</desc> | |
</item> | |
</DIDL-Lite> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment