Skip to content

Instantly share code, notes, and snippets.

@stephen
Created May 1, 2014 08:25
Show Gist options
  • Save stephen/9aca879f45bc69e7d22c to your computer and use it in GitHub Desktop.
Save stephen/9aca879f45bc69e7d22c to your computer and use it in GitHub Desktop.
spotify (other playlist) sonos
<?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&amp;flags=32</EnqueuedURI>
<EnqueuedURIMetaData>&lt;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/"&gt;&lt;item id="10030020spotify%3atrack%3a7eQUgarLukHLkZaO1mxtab" parentID="10060a6cspotify%3auser%3astephencwan%3aplaylist%3a2pR3LTIQS0nOng3Oofk6Ef" restricted="true"&gt;&lt;dc:title&gt;The Sound of Silence&lt;/dc:title&gt;&lt;upnp:class&gt;object.item.audioItem.musicTrack&lt;/upnp:class&gt;&lt;desc id="cdudn" nameSpace="urn:schemas-rinconnetworks-com:metadata-1-0/"&gt;SA_RINCON3079_X_#Svc3079-0-Token&lt;/desc&gt;&lt;/item&gt;&lt;/DIDL-Lite&gt;</EnqueuedURIMetaData>
<DesiredFirstTrackNumberEnqueued>0</DesiredFirstTrackNumberEnqueued>
<EnqueueAsNext>1</EnqueueAsNext>
</u:AddURIToQueue>
</s:Body>
</s:Envelope>
<?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