XSPF FAQ: Difference between revisions

From XiphWiki
Jump to navigation Jump to search
mNo edit summary
 
(cat)
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
; 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.
Also see [[XSPF v1 Notes and Errata]]
 
 
= Keywords =
* [[#What's the file extension of XSPF files?|File extension]]
* [[#What's the media type of XSPF files?|media type]]
* [[#Are nested playlists possible?|Nested playlists]]
 
 
= Questions =
 
== What is XSPF? ==
XSPF is an XML playlist format.  It is different from other formats in a few ways.  One, the only free format is SMIL, but SMIL is really not a playlist format, it's an idea for a type of presentation application, and that application is not as simple as what is required by a digital music 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
 
[[Category:XSPF]]

Latest revision as of 12:17, 21 December 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 free format is SMIL, but SMIL is really not a playlist format, it's an idea for a type of presentation application, and that application is not as simple as what is required by a digital music 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