[Freevo-devel] Audio visualization

2008-05-12 Thread Simon Litchfield
Hi, Wondering if anyone has any ideas about using something like projectM or libvisual with the freevo audio player to provide visuals? Thx Simon - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't mi

Re: [Freevo-devel] Audio visualization

2008-05-12 Thread Duncan Webb
Simon Litchfield wrote: > Hi, > > Wondering if anyone has any ideas about using something like projectM or > libvisual with the freevo audio player to provide visuals? There is a goom plug-in, you need goom2k4 and pygoom, the plug-in is audio.mplayervis, pygoom is in the freevo package but nee

[Freevo-devel] kaa notifier crash

2008-05-12 Thread Duncan Webb
Hi, I've not noticed anything change recently, but I'm now getting this error CRITICAL: Crash!: isinstance() arg 2 must be a class, type, or tuple of classes and types Traceback (most recent call last): File "/usr/lib/python2.5/site-packages/freevo/main.py", line 498, in kaa.main.run()

Re: [Freevo-devel] kaa notifier crash

2008-05-12 Thread Dirk Meyer
Duncan Webb wrote: > I've not noticed anything change recently, but I'm now getting this error Odd, we also changed nothing at tis point. > "/usr/lib/python2.5/site-packages/kaa/notifier/pynotifier/nf_generic.py", > line 208, in step > is_socket = isinstance( sock, ( socket.socket, file, >

Re: [Freevo-devel] kaa notifier crash

2008-05-12 Thread Duncan Webb
Dirk Meyer wrote: > Duncan Webb wrote: >> I've not noticed anything change recently, but I'm now getting this error > > Odd, we also changed nothing at tis point. > >> "/usr/lib/python2.5/site-packages/kaa/notifier/pynotifier/nf_generic.py", >> line 208, in step >> is_socket = isinstance( so