TYBA






media.Composer

Composer

This structure represents useful information about a composer.

ParameterOptionalMax AllowedDataType Notes
cpidno1database idcomposer id
cpnmno1textcomposer name
alcono1integernumber of albums
trcono1integernumber of tracks
cvno1urlurl to access coverart. See Artwork URL api.

Example xml:

 <cp>
  <cpid>432546325432</cpid>
  <cpnm>Kurt Cobain</cpnm>
  <alco>4</alco>
  <trco>4</trco>
  <cv></cv>
 </cp>
 

back to index