With this command you can get the playlists for audio files or video files which can also be used directly in a media player like JW Media Player.
/playlists/artist[/{mbid}].{format}?{parameters}
/playlists/{entity}/{username}.{format}?{parameters} Explanation of the fields:
Available parameters:
Examples of URLs:All artists in XML/XSPF format:http://api.cloudspeakers.com/2.0/playlists/artist.xml RSS feed of artist 'Animal Collective' in Yahoo media RSS formaat: http://api.cloudspeakers.com/2.0/playlists/artist/0c751690-c784-4a4f-b1e4-c1de27d47581.rss XML (XSPF) audio feed of festival Glastonbury 2008 http://api.cloudspeakers.com/2.0/playlists/festival/glastonbury2008.xml?type=audio Playlist for user Adriaan in RSS format with max 10 items http://api.cloudspeakers.com/2.0/playlists/user/adriaan.rss?max=10 Playlist in JSON format of festival Lowlands 2009 http://api.cloudspeakers.com/2.0/playlists/festival/lowlands2009.json |
API calls >