Markus Obermeier wrote: > Hi, > > I would like to use the lirc command CHANNELUP with the tv.mplayer > plugin through the VIDEO_SEND_MPLAYER_CMD event. > > However, I got the following error: > > Traceback (most recent call last): > File "/usr/lib/python2.3/site-packages/freevo/helpers/main.py", line > 100, in ? > import config > File "/usr/lib/python2.3/site-packages/freevo/config/__init__.py", > line 182, in ? > execfile(os.path.join(os.path.dirname(__file__), 'configfile.py')) > File "/usr/lib/python2.3/site-packages/freevo/config/configfile.py", > line 104, in ? > execfile(overridefile, globals(), locals()) > File "/root/.freevo/local_conf.py", line 122, in ? > EVENTS['video']['CHANNELUP'] = Event(VIDEO_SEND_MPLAYER_CMD , > arg='CHANNELUP') > TypeError: __init__() got an unexpected keyword argument 'arg' > > Any ideas how to fix this ? Help would be appreciated. And thanks for > your support beforehand.
Remove arg= Event(VIDEO_SEND_MPLAYER_CMD, arg='CHANNELUP') Event(VIDEO_SEND_MPLAYER_CMD, 'CHANNELUP') Dischi -- Linux is for Network Mac is for Artwork Windows is for Solitaire
pgpH1qK6Jpb02.pgp
Description: PGP signature
