protocol.AddAllToPlayerRequest
This request allows you to add all tracks in the database to the supplied player queue.
Parameter | Optional | Max Allowed | DataType | Notes |
---|---|---|---|---|
cid | no | 1 | text | client id. used to track origin of any particular message |
id | no | 1 | database id | playlist id |
Example xml:
<sireq> <cid>Mum</cid> <fn> <addAllToPlayer> <id>1</id> </addAllToPlayer> </fn> </sireq>