XML Shareable Playlist Format: Difference between revisions

Content deleted Content added
HTTPS
m Removing link(s) undefined (XFDcloser)
 
(2 intermediate revisions by 2 users not shown)
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==