protocol.deezer.DeezerAddSearchTracksToPlayerResponse
This response acts as an acknowledgment to its corresponding request.
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 |
ixs | no | 1 | indices | start (i0) and end (i1) index inclusive |
q | no | 1 | text | search string |
app | no | 1 | boolean | append to or replace queue. on/off |
Example xml:
<siresp> <cid>Mum</cid> <fn> <deezerAddToPlayerSearchTracks> <id>255</id> <id>255</id> <uid>1</id> <ixs> <i0>0</i0> <i1>9</i1> </ixs> <q>search</q> <app>on</app> </deezerAddToPlayerSearchTracks> </fn> </siresp>