protocol.TidalConnectArtworkStatus
This structure contains information about the state of a TIDAL connect player.
Parameter | Optional | Max Allowed | DataType | Notes |
---|---|---|---|---|
pid | no | 1 | text | player id |
cv | no | 1 | text | artwork link |
Example xml:
<sievnt> <tidalConnectArtworkStatus> <pid>1</pid> <cv>https://tidal.com/artwork.jpg</cv> </tidalConnectArtworkStatus> </sievnt>