[vlc-devel] Plug-in VLC

Mazuho mazuho at gmail.com
Wed Aug 26 17:09:35 CEST 2009


About the question for recompilation; I don't want to have to make and make
install everytime I see if a function I wrote actually works. It impedes the
development hugely to have to wait 15 minutes to see the effects of what I
just wrote. And generally plug-ins don't require the whole program to be
recompiled and often when you write plug-ins for different programs, the
source isn't even available.

About the clickable; What we are looking to do is a small text-field in the
statusbar. This is where the returned string from the php script will show
up. And if the string is an URL I want to make it clickable as a hyperlink.
Pretty much like "<a href=""></a>" in HTML.

I hope I made myself understandable atleast..thanks for replying!
Mazuho

2009/8/26 Rémi Denis-Courmont <remi at remlab.net>

>
> On Wed, 26 Aug 2009 15:04:07 +0200, Mazuho <mazuho at gmail.com> wrote:
> > (...) is it possible to test the
> > functionality of this plug-in without having to recompile VLC every time?
>
> A plug-in ought to know its own functionality.
> VLC itself updates the plug-in cache at every start.
>
> I don't really understand the question about recompilation.
>
> > And where can I read what functions the plug-in can call?
>
> The plug-in can call any function in libvlccore (src/libvlccore.sym).
>
> > Basically the only thing we need to do right now is 1. Get the name of
> the
> > file, 2. Post this to a server online, 3. Get and write out the result in
> > VLC. We will communicate via html and php to the online service of ours.
> > 4. If the string returned is an URL, make it clickable ( and if clicked,
> > open the OS's default browser). I believe this last step might be a bit
> > complicated?
>
> I don't understand what should be made "clickable" and where.
>
> --
> Rémi Denis-Courmont
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> http://mailman.videolan.org/listinfo/vlc-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20090826/42760c37/attachment.html>


More information about the vlc-devel mailing list