XSPF FAQ: Difference between revisions

From XiphWiki
Jump to navigation Jump to search
(Structure band two questions)
(mime type)
Line 3: Line 3:


= Keywords =
= Keywords =
* [[#What's the file extension of XSPF files?|File extension]]
* [[#What's the MIME type of XSPF files?|MIME type]]
* [[#Are nested playlists possible?|Nested playlists]]
* [[#Are nested playlists possible?|Nested playlists]]
* [[#What's the file extension of XSPF files?|File extension]]




Line 14: Line 15:
== What's the file extension of XSPF files? ==
== What's the file extension of XSPF files? ==
''.xspf'' and only that.
''.xspf'' and only that.
== What's the MIME type of XSPF files? ==
''application/xspf-xml'' - supported by Apache releases 1.3.39+ and 2.2.6+


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

Revision as of 08:48, 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 releases 1.3.39+ and 2.2.6+

Are nested playlists possible?

TODO