protocol.AddToPlayerAlbumArtistResponse
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. starts at 1 |
app | no | 1 | boolean | append to or replace queue. on/off |
arid | no | 1 | database id | artist id |
alid | no | 1 | database id | album id |
Example xml:
<siresp> <cid>Mum</cid> <fn> <addToPlayerAlbumArtist> <id>1</id> <app>on</app> <arid>45435434354343</arid> <alid>232322323</alid> </addToPlayerAlbumArtist> </fn> </siresp>