Content deleted Content added
Cactus.man (talk | contribs) Removing link(s) to "XMMS2": Rm links to deleted page. |
|||
(3 intermediate revisions by 3 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 24:
== Example of an XSPF 1.0 playlist ==
<syntaxhighlight lang="xml">
<?xml version="1.
<playlist version="1" xmlns="http://xspf.org/ns/0/">
<trackList>
Line 53:
== Features ==
* A playlist format like [[M3U]] or
* [[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
* [[M3U]] - The most common playlist format
* [[PLS (file format)|PLS]] - SHOUTcast
==References==
|