Skip to content
Knickedi edited this page Oct 27, 2011 · 10 revisions

Description

You can access the cover of any album with this request (or of the current played one).

Parameters

None - current track cover 2[art ID length]+[art ID string bytes] - certain cover

Optional art ID as string. If not given the current cover will be returned.
The art ID relates to the returned value of Track information and to the value in the synchronized database returned by Database synchronization.

Response

+[cover image bytes]

If the requested cover is not available you'll get a single byte with 0.
If the cover exists then you'll get the image data as byte array. Preferred is jpg or png. (Banshee is returning a jpg.)