[Playlist] video / music
Sebastian Pipping
webmaster at hartwork.org
Mon Oct 20 16:11:54 UTC 2008
Lucas Gonze wrote:
> How to do it with an extension element:
>
> <track>
> <location>http://example.com/myvideo.mp4</location>
> <extension application="http://lists.musicbrainz.org/pipermail/playlist/2008-October/002079.html">isvideo</extension>
> </track>
>
> Make sense?
I'm a bit shocked about the application URI you are proposing :-)
Instead, let me propose reusing a Geekkid extension [1] for better
interoperability that invited what you seem to need here before:
<track>
...
<meta rel="http://geekkid.net/type">audio</meta>
...
</track>
<track>
...
<meta rel="http://geekkid.net/type">video</meta>
...
</track>
In case you invent an extension (or meta keys) yourself later
please let us know about it so we can properly document it together.
Sebastian
[1] http://wiki.xiph.org/index.php/List_of_known_XSPF_metas#Geekkid.net
More information about the Playlist
mailing list