NAME
Net::CoverArtArchive::CoverArt - A single cover art image
ATTRIBUTES
id
The ID of this cover art. Fairly internal, you probably don't need to do anything with this.
types
An array reference of strings, where each string describes the type of this image. For example, an image might be about a specific medium, or it might be a page in a booklet.
is_front
Whether this image is considered to be the 'frontiest' image of a release.
is_back
Whether this image is considered to be the 'backiest' image of a release.
comment
A string potentially describing additionally information about this image. Free text and unstructured.
image
The full URL of the image
large_thumbnail
A URL to the large thumbnail of this image.
small_thumbnail
A URL to the small thumbnail of this image.
approved
Whether this image has passed peer review.
edit
A URL to the MusicBrainz edit that originally added this piece of artwork.
AUTHORS
Oliver Charles <oliver@musicbrainz.org>
Brian Cassidy <bricas@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2012 by Oliver Charles <oliver@musicbrainz.org>.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.