Created
May 1, 2014 08:25
-
-
Save stephen/9aca879f45bc69e7d22c to your computer and use it in GitHub Desktop.
spotify (other playlist) sonos
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"?> | |
<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%3a7eQUgarLukHLkZaO1mxtab?sid=12&flags=32</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="10030020spotify%3atrack%3a7eQUgarLukHLkZaO1mxtab" parentID="10060a6cspotify%3auser%3astephencwan%3aplaylist%3a2pR3LTIQS0nOng3Oofk6Ef" restricted="true"><dc:title>The Sound of Silence</dc:title><upnp:class>object.item.audioItem.musicTrack</upnp:class><desc id="cdudn" nameSpace="urn:schemas-rinconnetworks-com:metadata-1-0/">SA_RINCON3079_X_#Svc3079-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="10030020spotify%3atrack%3a7eQUgarLukHLkZaO1mxtab" parentID="10060a6cspotify%3auser%3astephencwan%3aplaylist%3a2pR3LTIQS0nOng3Oofk6Ef" restricted="true"> | |
<dc:title>The Sound of Silence</dc:title> | |
<upnp:class>object.item.audioItem.musicTrack</upnp:class> | |
<desc id="cdudn" nameSpace="urn:schemas-rinconnetworks-com:metadata-1-0/">SA_RINCON3079_X_#Svc3079-0-Token</desc> | |
</item> | |
</DIDL-Lite> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment