XSPF FAQ: Difference between revisions

From XiphWiki
Jump to navigation Jump to search
(you got the media type wrong)
Line 11: Line 11:


== What is XSPF? ==
== What is XSPF? ==
XSPF is an XML playlist format.  It is different from other formats in a few ways.  One, the only open/nonproprietary format is SMIL, but SMIL is really not a playlist format, it's an idea for a type of application, and that application is not the same kind of thing as an MP3 player.  Two, the only other playlist format that the drafters did a really careful job with is SMIL, all the others, like M3U, are so half assed that they have a lot of unfixable bugs.  Three, XSPF is very internet friendly, so playlists can go from one machine to another.
XSPF is an XML playlist format.  It is different from other formats in a few ways.  One, the only open/nonproprietary format is SMIL, but SMIL is really not a playlist format, it's an idea for a type of application, and that application is not the same kind of thing as an MP3 player.  Two, the only other playlist format that the drafters did a really careful job with is SMIL, all the others, like M3U, are so half assed that they have a lot of unfixable bugs.  Three, XSPF is very Internet friendly, so playlists can go from one machine to another.


== What's the file extension of XSPF files? ==
== What's the file extension of XSPF files? ==
''.xspf'' and only that.
''.xspf''.  Only that extension is recommended for interoperability.


== What's the MIME type of XSPF files? ==
== What's the media type of XSPF files? ==
''application/xspf+xml'' - supported by Apache since [http://svn.apache.org/viewvc?view=rev&revision=570206 2007-08-27] in releases 1.3.39+ and 2.2.6+
''application/xspf+xml'', which is supported by Apache's latest releases (1.3.39+ and 2.2.6+).


== Are nested playlists possible? ==
== Are nested playlists possible? ==
TODO
TODO

Revision as of 14:03, 13 October 2007

Also see XSPF v1 Notes and Errata


Keywords


Questions

What is XSPF?

XSPF is an XML playlist format. It is different from other formats in a few ways. One, the only open/nonproprietary format is SMIL, but SMIL is really not a playlist format, it's an idea for a type of application, and that application is not the same kind of thing as an MP3 player. Two, the only other playlist format that the drafters did a really careful job with is SMIL, all the others, like M3U, are so half assed that they have a lot of unfixable bugs. Three, XSPF is very Internet friendly, so playlists can go from one machine to another.

What's the file extension of XSPF files?

.xspf. Only that extension is recommended for interoperability.

What's the media type of XSPF files?

application/xspf+xml, which is supported by Apache's latest releases (1.3.39+ and 2.2.6+).

Are nested playlists possible?

TODO