List of known XSPF metas: Difference between revisions
Jump to navigation
Jump to search
(Geekkid.net -> Lacymorrow.com) |
(audacious) |
||
Line 4: | Line 4: | ||
likely is the future support of a specific meta in more than | likely is the future support of a specific meta in more than | ||
just one piece of software. | 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 = | = Lacymorrow.com = |
Revision as of 21:53, 1 March 2009
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.