XSPF FAQ: Difference between revisions

From XiphWiki
Jump to navigation Jump to search
Line 17: Line 17:


== What's the MIME type of XSPF files? ==
== What's the MIME type of XSPF files? ==
''application/xspf+xml'' - supported by Apache releases 1.3.39+ and 2.2.6+
''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+


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

Revision as of 08:50, 12 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 and only that.

What's the MIME type of XSPF files?

application/xspf+xml - supported by Apache since 2007-08-27 in releases 1.3.39+ and 2.2.6+

Are nested playlists possible?

TODO