TYBA






protocol.AddToPlayerAlbumComposerRequest2

AddToPlayerAlbumComposerRequest2

This request allows you to add all tracks in the database that match the supplied album and composer to the supplied player's queues. You can either append tracks to queue or replace tracks currently in the queue.

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
cpidno1database idcomposer id
alidno1database idalbum id

Example xml:


  <sireq>
      <cid>Mum</cid>
      <fn>
          <addToPlayerAlbumComposer>
              <id>1</id>
              <uid>1</uid>
              <app>on</app>
              <cpid>45435434354343</cpid>
              <alid>232322323</alid>
          </addToPlayerAlbumComposer>
      </fn>
  </sireq>

 

back to index