Gustavo Sverzut Barbieri wrote:
> Hello,
>
> Dischi, Mike Ruelle and I was talking on IRC the other day and we agree
> that we need an Event Listener Class. 

What is that? You need something that gets every event inside freevo?
That should be easy. Right now we sent to event to the app or the menu
and if they don't process it, we send it to the list of
DaemonPlugins. We could reverse that: first send to event to the
DaemonPlugins, after that the normal ones. This is no difference,
because an event is only needed by one thing. But by reversing it, you
can create a DaemonPlugin that parses all events (you get them), but
returns FALSE every time (you don't process them) and they will be
handled to other handlers.

> 2) I can make lcd.py useful when viewing images, watching a movie,
> playing a game and others... right now just Music Player supports it.

For that you also need a way to get the current time in mplayer,
right? 

> (Or if you have some spare time ;-p )

Tell me exactly what you need, I will have some time this weekend. I'm
very busy with my real job, so no time before that.


Dischi

-- 
Voodoo is a very interesting religion for the whole family, even those
members of it who are dead.
        -- (Terry Pratchett & Neil Gaiman, Good Omens)


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to