TYBA






protocol.AddToPlayerResponse2

AddToPlayerResponse2

This response acts as an acknowledgment to its corresponding request.

ParameterOptionalMax AllowedDataTypeNotes
cidno1textclient id. used to track origin of any particular message
idnounboundedintegerplayer id. starts at 1
uidno1user iddeezer user id
appno1booleanappend to or replace queue. on/off
itemsno1lista list of track,genre,album,playlist,composer and/or artist id's

Example xml:


  <siresp>
      <cid>Mum</cid>
      <fn>
          <addToPlayer2>
              <id>1</id>
              <uid>1</uid>
              <app>on</app>
              <items>
                  <arid>45435434354343</arid>
                  <trid>12121212121</trid>
                  <trid>12121212121</trid>
                  <alid>232322323</alid>
                  <grid>232322323</grid>
                  <cpid>56546546</cpid>
              </items>
          </addToPlayer2>
      </fn>
  </siresp>

 

back to index