Gorka Olaizola wrote:
> Does anyone recognize the names top=0 left=0?
> 
> They get printed in the duplicated event if I do
> 
>   print 'Saw %s %s' % (event, menuw)
> 
> from the freevused eventhandler(self, event, menuw=None) function
> 
> I think is quite strange and I think is not my fault because the screen
> saver plugin is getting duplicated events too so it could be my
> configuration or you are getting duplicated events too.
> 
> The log I get is something like this:
> 
> freevused.py (301): Saw PLUGIN_EVENT IDENTIFY_MEDIA None
> freevoscreensaver.py (102): Saver saw PLUGIN_EVENT IDENTIFY_MEDIA
> mplayer_aspectratio.py (134): Saw PLUGIN_EVENT IDENTIFY_MEDIA
> 
> freevused.py (301): Saw PLUGIN_EVENT IDENTIFY_MEDIA None, top=0 left=0
> freevoscreensaver.py (102): Saver saw PLUGIN_EVENT IDENTIFY_MEDIA
> mplayer_aspectratio.py (134): Saw PLUGIN_EVENT IDENTIFY_MEDIA

You always get to PLUGIN_EVENT IDENTIFY_MEDIA events, no idea why, so
you shouldn't worry about this one
> 
> 
> freevused.py (301): Saw MENU_PROCESS_END None
> freevoscreensaver.py (102): Saver saw MENU_PROCESS_END
> mplayer_aspectratio.py (134): Saw MENU_PROCESS_END
> 
> freevused.py (301): Saw MENU_PROCESS_END None, top=0 left=0
> freevoscreensaver.py (102): Saver saw MENU_PROCESS_END
> mplayer_aspectratio.py (134): Saw MENU_PROCESS_END

These are from different sources but the looks of them otherwise you
would see top=0 left=0 on both of the messages. It is possible that you
are generating both events.

Duncan


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to