Hallo,
freevo 1.4.1 crashes when trying to watch tv from the tv-guide with WinTV PVR 350 using the 'tv.ivtv_basic_tv'-plugin.
The log says:
-------------------------------------------------
[...]
Traceback (most recent call last):
File "./src/main.py", line 362, in main_func
app.eventhandler(event)
File "/home/jswiente/freevo/src/menu.py", line 399, in eventhandler
if not isinstance(menu, Menu) and menu.eventhandler(event):
File "/home/jswiente/freevo/src/tv/tvguide.py", line 213, in eventhandler
self.player('tv', self.selected.channel_id)
File "/home/jswiente/freevo/src/tv/tvmenu.py", line 166, in start_tv
plugin.getbyname(plugin.TV).Play(mode, tuner_id)
File "/home/jswiente/freevo/src/tv/plugins/ivtv_basic_tv.py", line 176, in Play
mpl = '--prio=%s %s -vo %s%s -fs %s -slave %s' % args
TypeError: not enough arguments for format string
--------------------------------------------------
Any help would be appreciated. Thanks in advance.
i mentioned that long ago iirc, but devs were busy pushing development for 1.5 wich is ok so: get 1.5pre... :P
or try this:
find the line in ivtv_basic_tv.py where the args array is assembled... and add config.MPLAYER_ARGS_DEV too the existing list of config variables that get added...
another way would be to remove a %s from line 176 but i dont know which one :) (though guess the 2nd one)
good luck flo
ps: better get 1.5pre for testing and giving feedback, that would help development!
------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Freevo-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-users
