XML Shareable Playlist Format: Difference between revisions

Content deleted Content added
Added {{primary sources}} tag to article (TW)
EXT links - I can see merit of all three -> rm tag. please clarify which ones on the talk page per WP:BRD discuss
Line 1:
{{primary sources|date=March 2013}}
{{externallinks|date=August 2011}}
{{Infobox file format
| name = XSPF
Line 19 ⟶ 18:
 
== Content resolution ==
 
Traditionally playlists have been composed of file paths that pointed to individual titles. This allowed a playlist to be played locally on one machine or shared if the listed file paths were URLs accessible to more than one machine (e.g., on the web). XSPF's meta-data rich open format has permitted a new kind of playlist sharing called ''content resolution''.
 
Line 25 ⟶ 23:
 
== Example of an XSPF 1.0 playlist ==
 
<source lang="xml">
<?xml version="1.0" encoding="UTF-8"?>
Line 43 ⟶ 40:
 
== History ==
 
XSPF was created by an ad-hoc working group which kicked off in February 2004, achieved rough consensus on version 0 in April 2004, worked on implementations and fine tuning throughout summer and fall 2004, and declared the tuned version to be version 1 in January 2005.
 
Line 49 ⟶ 45:
 
== Features ==
 
* A playlist format like [[M3U]] or [[Advanced Stream Redirector|ASX]]
* [[MIME]] content-type of <tt>application/xspf+xml</tt>
Line 59 ⟶ 54:
 
== Software ==
 
* [[Amarok (software)|Amarok]]
* [[Audacious (software)|Audacious]]
Line 67 ⟶ 61:
 
== References ==
 
{{Reflist}}
 
== External links ==
 
{{Portal|Free software}}
 
* {{official website|http://xspf.org/}}
* [http://validator.xspf.org/ Online XSPF Validator]