getCoverArt
Returns a cover art image.
Categories:
http://your-server/rest/getCoverArt
Since 1.0.0
Returns a cover art image.
Parameters
Parameter | Req. | OpenS. | Default | Comment |
---|---|---|---|---|
id |
Yes | The coverArt ID. Returned by most entities likes Child or AlbumID3 |
||
size |
No | If specified, scale image to this size. |
Example
http://your-server/rest/getCoverArt.view?id=123&u=demo&p=demo&v=1.13.0&c=AwesomeClientName&f=json
Result
Returns binary data on success, or an XML document on error (in which case the HTTP content type will start with “text/xml”).
Last modified April 19, 2023: Clarify id parameter of getCoverArt (#38) (edd30b0)