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
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]