Elizabeth Dodd wrote:
> On Tue, 18 Dec 2007, Elizabeth Dodd wrote:
>> File
>> "/usr/lib/python2.4/site-packages/freevo/tv/plugins/generic_record.py",
>> line 75, in Record    frequency = self.fc.chanSet(str(rec_prog.tunerid),
>> False, 'record plugin')exceptions.AttributeError: TvProgram instance has no
>> attribute 'tunerid'
> 
> but I have the following set in local_conf.py
> plugin.remove('tv.generic_record')plugin_record = 
> plugin.activate('tv.ivtv_record')
> 
> so why is generic_record being called?

No idea, and can't see anything wrong with your local_conf.py

I use this:
#plugin.remove('tv.generic_record')
plugin_record = plugin.activate('tv.ivtv_record')

Actually I don't I use:
#plugin.remove('tv.generic_record')
plugin_record = plugin.activate('tv.vbi2srt_record')
but it does work with tv.ivtv_record too.

What editor are you using, whatever it is dump it in the trash can!

Look at this:
0000000   #   M   I   X   E   R   _   M   A   J   O   R   _   M   U   T
0000020   E   _   C   T   R   L   =   '   P   C   M   ' 302 240 302 240
0000040 302 240 302 240   #   u   s   e   d   i   n   a   l   s   a   m
0000060   i   x   e   r   .   p   y   T   h   e   r   e   a   r   e   s
0000100   y   s   t   e   m   s   w   h   e   r   e  \n

spaces have been replaced with "302 240" so this is not correct Python code.

If all else fails copy the example local_conf.py and just change the
essential bit to get freevo running, there is not much to change.

see: http://doc.freevo.org/QuickStartGuide


-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Freevo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to