List of known XSPF extensions: Difference between revisions
m (link) |
|||
Line 50: | Line 50: | ||
=== Definition === | === Definition === | ||
The <po:info> element contains high level details about a playlist. The "type" attribute refers to the type of playlist being loaded - either an actual playlist, or an album. The "nid" attribute is the internal ID of the playlist/album within Project Opus. | |||
== Track == | == Track == |
Revision as of 15:07, 28 February 2007
This page is intended as a list of XSPF extensions used in the wild. The goal is to have precise and up to date information which we will need your help with! The more complete this list is the more likely is the future support of a specific extension in more then just one piece of software.
360SoundCheck
Example file from 360SoundCheck (Genre "Rock"):
http://jukebox.statesman.com/searchByGenre/rock/
Playlist
Example
<extension application="http://austin360.com"> <playlists> <playlist><![CDATA[Grupo Fantasma listening party]]></playlist> <playlist><![CDATA[Midweek Mini Sampler 1]]></playlist> <playlist><![CDATA[New In SoundCheck]]></playlist> <playlist><![CDATA[The Swed.u.s.h Connection 1]]></playlist> <playlist><![CDATA[The Swed.u.s.h Connection 2]]></playlist> <playlist><![CDATA[Yadira Brown]]></playlist> </playlists> </extension>
Definition
TODO
Track
Example
<extension application="http://austin360.com"> <id><![CDATA[233]]></id> <genres> <genre><![CDATA[Alt-rock/Indie]]></genre> <genre><![CDATA[Rock]]></genre> </genres> <userRating><![CDATA[3.0]]></userRating> </extension>
Definition
TODO
Project Opus
Example file from Project Opus (Artist Fred Eaglesmith):
http://www.projectopus.com/playlist/xspf/10197
Playlist
Example
<extension application="http://www.projectopus.com"> <po:info type="playlist" nid="10197" /> </extension>
Definition
The <po:info> element contains high level details about a playlist. The "type" attribute refers to the type of playlist being loaded - either an actual playlist, or an album. The "nid" attribute is the internal ID of the playlist/album within Project Opus.
Track
Example
<extension application="http://www.projectopus.com"> <po:clip length="293000"/> <po:region name="Port Dover">http://www.projectopus.com/regionportal/1860</po:region> <po:tags></po:tags> <po:genre name="Country">http://www.projectopus.com/genre/20</po:genre> <po:uid>676</po:uid> <po:nid>3296</po:nid> <po:num_listens>232</po:num_listens> <po:license type="po" /> </extension>
Definition
TODO
YOUR EXTENSION HERE
Yes, please.