media.Playlist
This structure represents useful information about a playlist.
Parameter | Optional | Max Allowed | DataType | Notes |
---|---|---|---|---|
plid | no | 1 | database id | playlist id |
plnm | no | 1 | text | playlist name |
trco | no | 1 | integer | number of tracks |
cv | no | 1 | url | url to access coverart. See Artwork URL api. |
ro | no | 1 | boolean | is this a read only playlist |
uid | no | 1 | text | user id of who created the playlist. global if empty |
sm | no | 1 | integer | 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>