protocol.AddAllToPlayerRequest3
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 | player id |
uid | no | 1 | user id | deezer user id |
sort | no | 1 | text | media type to sort by |
order | no | 1 | text | sort order |
Example xml:
<sireq> <cid>Mum</cid> <fn> <addAllToPlayer3> <id>1</id> <uid>1</uid> <sort>track</sort> <order>ascending</order> </addAllToPlayer3> </fn> </sireq>