Content deleted Content added
m Bot: Migrating 6 interwiki links, now provided by Wikidata on d:q681524 (Report Errors) |
|||
(48 intermediate revisions by 40 users not shown) | |||
Line 1:
{{
{{Infobox file format
| name = XSPF
Line 13:
}}
'''XML Shareable Playlist Format''' ('''XSPF'''), pronounced ''spiff'',<ref>{{cite web |url=
XSPF is a
== 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
A simple form of content resolution is the localisation of a playlist based on [[metadata]].
▲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]]. A content resolver{{huh|date=December 2011}} will open XSPF playlists and search a catalog{{Which?|date=December 2011}} for every title with <tt><creator></tt>, <tt><album></tt> and <tt><title></tt> tags, then localise the playlist to reference the available matching tracks. A catalog may reference a collection of media files on a local disk, a music subscription service like Yahoo! Music Unlimited, or some other searchable archive. The end result is shareable playlists that are not tied to a specific collection or service.
== Example of an XSPF 1.0 playlist ==
▲<source lang="xml">
▲<?xml version="1.0" encoding="UTF-8"?>
<playlist version="1" xmlns="http://xspf.org/ns/0/">
<trackList>
<track>
<title>
<___location>file:
</track>
<track>
<title>Linux Path</title>
<___location>file:///media/music/foo.mp3</___location>
</track>
<track>
<title>Relative Path</title>
<___location>music/foo.mp3</___location>
</track>
<track>
Line 39 ⟶ 45:
</trackList>
</playlist>
</syntaxhighlight>
== History ==
XSPF was created by an ''ad
XSPF is not a recommendation of any standards body besides the Xiph.Org Foundation.▼
▲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.
▲XSPF is not a recommendation of any standards body besides Xiph.Org Foundation.
== Features ==
▲* A playlist format like [[M3U]] or [[Advanced Stream Redirector|ASX]]
▲* [[MIME]] content-type of <tt>application/xspf+xml</tt>
* Patent-free (no patents by the primary authors)
* Specification under the [[Creative Commons
* XML, like [[Atom (standard)|Atom]]
* [[Unicode]] support
* [[Cross-platform]] support
== Software and web playlist converters ==
{{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)
* [[Soundiiz]] (playlist converter for several streaming sites)
* [[youtube-dl]] (downloader)
==See
{{Portal|Free and open-source software}}▼
; Other playlist file formats
* [[M3U]] - The most common playlist format
* [[PLS (file format)|PLS]] - SHOUTcast
==References==
{{Reflist}}
== External links ==
▲{{Portal|Free software}}
▲* {{official website|http://xspf.org/}}
▲* [http://validator.xspf.org/ Online XSPF Validator]
▲* [http://xspf.org/xspf-v1.html XSPF Version 1 specification].
{{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]]
|