TYBA






protocol.AddAllToPlayerRequest

AddAllToPlayerRequest

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 idplaylist id

Example xml:

 <sireq>
   <cid>Mum</cid>
     <fn>
        <addAllToPlayer>
           <id>1</id>
        </addAllToPlayer>
      </fn>
 </sireq>
 

back to index