List of known XSPF metas: Difference between revisions

From XiphWiki
Jump to navigation Jump to search
m (See also)
(Geekkid plus intro)
Line 1: Line 1:
TODO
This page is intended as a list of XSPF metas used in the wild.
The goal is to have precise and up to date information which we
will need your help with! The more complete this list is the more
likely is the future support of a specific meta in more than
just one piece of software.
 
= Geekkid.net =
== Type ==
Type          : Track extension
URI            : http://geekkid.net/type
Documentation  : http://geekkid.net/projects/jukebox/xspfdoc.html
 
Valid values are:
* "audio"
* "video"
* "playlist"
* "link"
 
Example:
<track>
  <meta rel="http://geekkid.net/type">audio</meta>
</track>
 
= YOUR META HERE =
Yes, please.


= See also =
= See also =
* [[List of known XSPF extensions]]
* [[List of known XSPF extensions]]

Revision as of 13:26, 15 May 2007

This page is intended as a list of XSPF metas used in the wild. The goal is to have precise and up to date information which we will need your help with! The more complete this list is the more likely is the future support of a specific meta in more than just one piece of software.

Geekkid.net

Type

Type           : Track extension
URI            : http://geekkid.net/type
Documentation  : http://geekkid.net/projects/jukebox/xspfdoc.html

Valid values are:

  • "audio"
  • "video"
  • "playlist"
  • "link"

Example:

<track>
  <meta rel="http://geekkid.net/type">audio</meta>
</track>

YOUR META HERE

Yes, please.

See also