Track Data Type

From MeeMixWiki

Jump to: navigation, search

Overview

The track data type represents mandatory track information.


The track data type has the following fields:

Name Type Description
libTrackId string your own local track identifier, previously supplied with lib.submitTrack.
trackId string the track ID in MeeMix.
trackName string the track name.
artist Artist the artist which this track is linked to.
album Album the album which this track is linked to.
links array(Link) associates additional track information (e.g, ringtones urls, video clips). This information will be sent in any operation that returns a Track reply.


Example:

 <track>
   <trackId>64937</trackId>
   <libTrackId>64937</libTrackId>
   <trackName>Closer</trackName>
   <duration>373</duration>
   <artist>
       <artistId>598</artistId>
       <libArtistId>598</libArtistId>
       <artistName>Nine Inch Nails</artistName>
       <links>
           <link>
               <linkId>1088076</linkId>
               <linkType>event</linkType>
               <linkData>
                   http://tickets.meemix.com/ResultsTicket.aspx?evtid=1088076
               </linkData>
           </link>
       </links>
   </artist>
   <album>
       <albumId>4598</albumId>
       <albumName>The Downward Spiral</albumName>
   </album>
   <links>
       <link>
           <linkId>240678</linkId>
           <linkType>video</linkType>
           <linkData>
               http://www.youtube.com/v/C4VAv8y2hHM&f=videos&app=youtube_gdata
           </linkData>
       </link>
   </links>
</track>
Personal tools
        © 2009 MeeMix ltd