TYBA






protocol.AddAllToPlayerRequest3

AddAllToPlayerRequest3

This request allows you to add all tracks in the database to the supplied player queue.

ParameterOptionalMax AllowedDataType Notes
cidno1text client id. used to track origin of any particular message
idno1database idplayer id
uidno1user iddeezer user id
sortno1textmedia type to sort by
orderno1textsort order

Example xml:

 <sireq>
      <cid>Mum</cid>
      <fn>
          <addAllToPlayer3>
              <id>1</id>
              <uid>1</uid>
              <sort>track</sort>
              <order>ascending</order>
          </addAllToPlayer3>
      </fn>
  </sireq>
 

back to index