Content deleted Content added
LiberatorG (talk | contribs) m Undid revision 730076241 by InternetArchiveBot (talk): this is an example in preformatted <source> |
|||
(22 intermediate revisions by 21 users not shown) | |||
Line 13:
}}
'''XML Shareable Playlist Format''' ('''XSPF'''), pronounced ''spiff'',<ref>{{cite web |url=
XSPF is a file format for sharing the kind of [[playlist]] that can be played on a personal computer or portable device. In the same way that any user on any computer can open any Web page, XSPF is intended to provide portability for playlists.
Line 20:
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''.
A simple form of content resolution is the localisation of a playlist based on [[metadata]]. An XSPF-compliant content resolver will open XSPF playlists and search a catalog for every title with <
== Example of an XSPF 1.0 playlist ==
<
<?xml version="1.
<playlist version="1" xmlns="http://xspf.org/ns/0/">
<trackList>
<track>
<title>Windows Path</title>
<___location>file:
</track>
<track>
Line 45:
</trackList>
</playlist>
</syntaxhighlight>
== History ==
Line 53:
== Features ==
* A playlist format like [[M3U]] or
* [[MIME]] content-type of <
* Patent-free (no patents by the primary authors)
* Specification under the [[Creative Commons license|Creative Commons Attribution-NoDerivs 2.5 license]]
Line 64:
{{category see also|Media players|Tag editors}}
* [[Amarok (software)|Amarok]]
* [[Foobar2000]] (with appropriate plugin)
* [[Audacious (software)|Audacious]]
* [[Banshee (media player)|Banshee]]
* [[Clementine (software)|Clementine]]
* [[Tomahawk (software)|Tomahawk]]
* [[VLC media player]] (stand-alone player, available on every major platform)
*
* [[Last.fm]] (export of playlists and personal tag radios in XSPF)
* [
* [[youtube-dl]] (downloader)
==See also==
{{Portal|Free and open-source software}}
; Other playlist file formats
* [[M3U]] - The most common playlist format
* [[PLS (file format)|PLS]] - SHOUTcast
==References==
Line 86 ⟶ 85:
== External links ==
* {{official website|
* [
* [
{{Xiph.org}}
{{DEFAULTSORT:Xml Shareable Playlist Format}}
[[Category:Open formats]]
[[Category:Playlist file formats]]
[[Category:Playlist markup languages]]▼
[[Category:Xiph.Org projects]]
[[Category:XML-based standards]]
▲[[Category:Playlist markup languages]]
|