getCoverArt
Returns a cover art image.
Categories:
Opensubsonic:
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. |
OpenSubsonic
In the original Subsonic, the id could refer to several entities: song, album or artist.
For OpenSubsonic servers, id refers to coverArt ID only.
Example
http://your-server/rest/getCoverArt.view?id=123&u=demo&p=demo&v=1.13.0&c=AwesomeClientName&f=jsonResult
Returns binary data on success, or an XML document on error (in which case the HTTP content type will start with “text/xml”).