media.Album
This structure represents useful information about an album.
Parameter | Optional | Max Allowed | DataType | Notes |
---|---|---|---|---|
alid | no | 1 | database id | album id |
alnm | no | 1 | text | album name |
arnm | no | 1 | text | mArtist name |
arid | no | 1 | database id | mArtist id |
trco | no | 1 | integer | number of tracks |
cv | no | 1 | url | url to access coverart. See Artwork URL api. |
cpl | no | 1 | boolean | is this a compilation album? |
Example xml:
<al> <alid>432546325432</alid> <alnm>The Best of Florence and the Machine</alnm> <arnm>Florence and the Machine</arnm> <arid>432546325432</arid> <trco>13</trco> <cv>http://www.apple.com/art.jpg</cv> <cpl>1</cpl> </al>