TYBA






media.RadioTrack

RadioTrack

This structure represents useful information about a radio track.

ParameterOptionalMax Allowed DataTypeNotes
trnmno1textCurrent song name
arnmno1textCurrent artist name
alnmno1textCurrent album name
cvno1urlurl to access coverart. See Artwork URL api.

Example xml:

 <rdtr>
   <trnm>Dog Days are over</trnm>
   <arnm>Florence and the Machine</arnm>
   <alnm>The Best of Florence and the Machine</alnm>
   <cv>http://www.apple.com/art.jpg</cv>
 </rdtr>
 

back to index