Re: [Freevo-users] commdetect server

2008-01-23 Thread Justin Wetherell
I don't think you can easily do the channel-by-channel specification to remove commercials or not. But from the tv-programs sub-menu you can just remove the edl for that program before you watch it, that should let you watch it in full. The code that does the commdetect is src/commdetectcore.py

Re: [Freevo-users] commdetect server in 1.7.4

2007-12-10 Thread Justin Wetherell
I think Duncan might have changed the variable names. I noticed these in the freevo_conf.py # This will enable duplicate recording detection TV_RECORD_DUPLICATE_DETECTION = None # This will enable only new episodes to be recorded TV_RECORD_ONLY_NEW_DETECTION = None # This will enable the

Re: [Freevo-users] commdetect server in 1.7.4

2007-12-09 Thread Evan Hisey
Justin- Still no luck with the commdetect server. Here si teh relevant section of my local_config.py and the logs. I am really baffled by my problem, after having gotten it working on 1.7.3. local_config: # Freevo builtin commdetect server settings: #

[Freevo-users] commdetect server in 1.7.4

2007-11-22 Thread Evan Hisey
Justin Back again with comdetect issues. Current problem seems to be that commdetectserver is not being handed the finished recordings. first question becomes are there any changes between 1.7.3 and 1.7.4 on how to active the commdetect server. I ham running debugging but the last enter in the

Re: [Freevo-users] commdetect server in 1.7.4

2007-11-22 Thread Justin Wetherell
I haven't made any changes myself to the commdetect server and it's currently work for my 3 installations of current SVN. This _COULD_ have something to do with the kaa changes currently being made but that is just a guess. Also, make sure you are using the new logging debug variables. On Nov 22,

Re: [Freevo-users] commdetect server in 1.7.4

2007-11-22 Thread Evan Hisey
Justin- guess. Also, make sure you are using the new logging debug variables. I am using the following debug settings: LOGGING = logging.DEBUG LOGGING_RECORDSERVER = logging.DEBUG DEBUG = 1 DEBUG_CHILDAPP = 1 Any thing else I should set? I like that the logs are now under /var/log/freevo :)