Bug#487107: mozilla-plugin-vlc: please include support for xspf

Petter Reinholdtsen pere at hungry.com
Sat Jul 12 07:44:19 UTC 2008


tags 487107 + patch
thanks

[Andres Salomon]
> When I look at "about:plugins" in epiphany, I notice that xspf
> (application/xspf+xml) is not in the mime types list for the vlc
> plugin.  It would be nice if the plugin could handle it (standalone
> vlc has no problem with xspf).
> 
> xspf is a playlist format, similar to m3u.

Do you have the URL to a page providing this mime type?  Please test
this patch and see if it work, or provide instructions for how to test
it.

diff -ur vlc-0.8.6.e/mozilla/vlcplugin.h vlc-0.8.6.e.new/mozilla/vlcplugin.h
--- vlc-0.8.6.e/mozilla/vlcplugin.h     2007-11-21 22:23:46.000000000 +0000
+++ vlc-0.8.6.e.new/mozilla/vlcplugin.h 2008-07-12 07:39:24.000000000 +0000
@@ -162,5 +165,7 @@
     /* 3GPP2 */ \
     "audio/3gpp2:3g2,3gpp2:3GPP2 audio;" \
     "video/3gpp2:3g2,3gpp2:3GPP2 video;" \
+    /* XSPF playlists */
+    "application/xspf+xml:xspf:XSPF playlist;" \

 #endif

Happy hacking,
-- 
Petter Reinholdtsen





More information about the pkg-multimedia-maintainers mailing list