Update of /cvsroot/freevo/freevo/src/audio/plugins
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21366/src/audio/plugins
Modified Files:
mplayervis.py
Log Message:
seems to work, activate it
Index: mplayervis.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/audio/plugins/mplayervis.py,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** mplayervis.py 20 Nov 2004 18:23:00 -0000 1.14
--- mplayervis.py 19 Dec 2004 11:07:19 -0000 1.15
***************
*** 9,12 ****
--- 9,15 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.15 2004/12/19 11:07:19 dischi
+ # seems to work, activate it
+ #
# Revision 1.14 2004/11/20 18:23:00 dischi
# use python logger module for debug
***************
*** 60,65 ****
try:
from libvisual import bin
! except:
! REASON = '[audio.mplayervis]: libvisual not available'
--- 63,68 ----
try:
from libvisual import bin
! except ImportError:
! REASON = 'libvisual not available'
***************
*** 96,101 ****
return
- self.reason = 'needs more work'
- return
plugin.Plugin.__init__(self)
self._type = 'mplayer_audio'
--- 99,102 ----
***************
*** 116,122 ****
--- 117,125 ----
return command + [ "-af", "export" ]
+
def eventhandler(self, event, arg=None):
return False
+
def change_vis(self):
"""
***************
*** 125,128 ****
--- 128,132 ----
self.visual.next()
+
def dock(self):
"""
***************
*** 155,158 ****
--- 159,163 ----
print e
+
def stop(self):
"""
***************
*** 228,231 ****
--- 233,237 ----
self.update()
+
def next(self):
"""
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog