TYBA






media.Playlist

Playlist

This structure represents useful information about a playlist.

ParameterOptional Max AllowedDataTypeNotes
plidno1database idplaylist id
plnmno1textplaylist name
trcono1integernumber of tracks
cvno1urlurl to access coverart. See Artwork URL api.
rono1boolean is this a read only playlist
uidno1text user id of who created the playlist. global if empty
smno1integer smart playlist kind.

Example xml:

 <pl>
  <plid>432546325432</plid>
  <plnm>Florence and the Machine</plnm>
  <trco>454</trco>
  <cv>http://www.apple.com/art.jpg</cv>
  <ro>1</ro>
  <uid></uid>
  <sm>1</sm>
 </pl>
 

back to index