Sorry, Aubin, something's broken. ;)


The recording plugin (at least on mine) fails to load because it can't find it unless you cd to src/ before starting it. I think it has something to do with how plugin.py joins paths to make the import statement. I won't have time until tonight to check it out but Mike is also looking at it now.

-Rob

Rob Shortt wrote:
Aubin Paul wrote:

I can't get it to record, as it always fails with the following:

File "/usr/local/freevo/src/record_server.py", line 688, in minuteCheck
                     self.record_app.Record(rec_prog)
                             exceptions.AttributeError: 'NoneType'
                             object has no attribute 'Record'


Can you put print dir(self.record_app) there to see what attributes it does have?

In your local conf you should have:

plugin.remove('tv.generic_record')
plugin_record = plugin.activate('tv.ivtv_record')

Because recorD_server.py gets a handle on it by self.record_app = plugin.getbyname('RECORD')

It may also be possible that your recording plugin is crashing on loading it. Is there anything in the log near startup about it? If it is ok I think you just see 'ACTIVATING IVTV RECORD PLUGIN' or something.



------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Freevo-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to