protocol.GetTidalConnectArtworkStatusResponse
This response acts as an acknowledgment to its corresponding request as well as containing a collection of statuses matching your request parameters.
Parameter | Optional | Max Allowed | DataType | Notes |
---|---|---|---|---|
cid | no | 1 | text | client id. used to track origin of any particular message |
pid | no | 1 | text | player id |
cv | no | 1 | text | artwork link |
Example xml:
<siresp> <cid>Mum</cid> <fn> <getTidalConnectArtworkStatus> <pid>1</pid> <cv>https://tidal.com/artwork</cv> </getTidalConnectArtworkStatus> </fn> </siresp>