List of known XSPF metas

From XiphWiki
Revision as of 22:53, 1 March 2009 by Sping (talk | contribs) (audacious)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.

Audacious

Tested with v1.5.1

Year

TODO

Example:

<track>
 <meta rel="year">2009</meta>
</track>


Genre

TODO

Example:

<track>
 <meta rel="genre">Hard Rock</meta>
</track>


MTime

TODO

Example:

<track>
 <meta rel="mtime">1198371883</meta>
</track>


Lacymorrow.com

Type

Type           : Track extension
URI            : http://lacymorrow.com/type  (was geekkid.net/type before)
Documentation  : http://lacymorrow.com/projects/jukebox/xspfdoc.html

Valid values are:

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

Example:

<track>
  <meta rel="http://lacymorrow.com/type">audio</meta>
</track>

YOUR META HERE

Yes, please.

See also