XML Shareable Playlist Format: Difference between revisions

Content deleted Content added
Removing link(s) to "XMMS2": Rm links to deleted page.
m Removing link(s) undefined (XFDcloser)
 
(3 intermediate revisions by 3 users not shown)
Line 13:
}}
 
'''XML Shareable Playlist Format''' ('''XSPF'''), pronounced ''spiff'',<ref>{{cite web |url=httphttps://xspf.org/quickstart|title=XSPF: XML Shareable Playlist Format: Quick Start|access-date=2009-04-23}}</ref> is an [[XML]]-based [[playlist]] format for [[digital media]], sponsored by the [[Xiph.Org Foundation]].
 
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 24:
== Example of an XSPF 1.0 playlist ==
<syntaxhighlight lang="xml">
<?xml version="1.01" encoding="UTF-8"?>
<playlist version="1" xmlns="http://xspf.org/ns/0/">
<trackList>
Line 53:
 
== Features ==
* A playlist format like [[M3U]] or [[Advanced Stream Redirector|ASX]]
* [[MIME]] content-type of <code>application/xspf+xml</code>
* Patent-free (no patents by the primary authors)
Line 78:
{{Portal|Free and open-source software}}
; Other playlist file formats
* [[Advanced Stream Redirector|ASX]] - Windows media
* [[M3U]] - The most common playlist format
* [[PLS (file format)|PLS]] - SHOUTcast
* [[Windows Media Player Playlist|WPL]] - Windows Media Player
 
==References==