protocol.TrackListItem
This structure contains useful information about a Track as well as the track.
Parameter | Optional | Max Allowed | DataType | Notes |
---|---|---|---|---|
ix | no | 1 | integer | index offset |
tr | no | 1 | SiTrack | a Track. |
Example xml:
<lit> <ix>1</ix> <tr> <trid>432546325432</trid> <trnm>Dog Days are over</trnm> <arnm>Florence and the Machine</arnm> <arid>432546325432</arid> <alnm>The Best of Florence and the Machine</alnm> <alid>432546325432</alid> <dura>350909</dura> <cv>http://www.apple.com/art.jpg</cv> <grid>343443344344</grid> <grnm>rock</grnm> </tr> </lit>