protocol.deezer.DeezerAddArtistTopTracksToPlayerRequest
This request allows you to add deezer artist top tracks to the supplied player's track queue. You can either append tracks to queue or replace tracks currently in the queue.
Parameter | Optional | Max Allowed | DataType | Notes |
---|---|---|---|---|
cid | no | 1 | text | client id. used to track origin of any particular message |
id | no | unbounded | integer | player id |
uid | no | 1 | text | user id. used for deezer login credentials |
arid | no | 1 | text | deezer artist id |
ixs | no | 1 | indices | start (i0) and end (i1) index inclusive |
app | no | 1 | boolean | append to or replace queue. on/off |
Example xml:
<sireq> <cid>Mum</cid> <fn> <deezerAddToPlayerArtistTopTracks> <id>255</id> <id>255</id> <uid>1</id> <arid>255</arid> <ixs> <i0>0</i0> <i1>9</i1> </ixs> <app>on</app> </deezerAddToPlayerArtistTopTracks> </fn> </sireq>