Update of /cvsroot/freevo/freevo
In directory sc8-pr-cvs1:/tmp/cvs-serv30863
Modified Files:
freevo_config.py
Log Message:
Add config item for RECORD_PADDING - start recording X minutes early and
stop X minutes after the show ends.
Index: freevo_config.py
===================================================================
RCS file: /cvsroot/freevo/freevo/freevo_config.py,v
retrieving revision 1.290
retrieving revision 1.291
diff -C2 -d -r1.290 -r1.291
*** freevo_config.py 23 Nov 2003 19:48:59 -0000 1.290
--- freevo_config.py 23 Nov 2003 22:05:08 -0000 1.291
***************
*** 1042,1050 ****
REC_SCHEDULE_FILE = '/tmp/freevo_record.lst'
! # if using the persitant record_server
RECORD_SCHEDULE = '%s/record_schedule.xml' % FREEVO_CACHEDIR
RECORD_SERVER_IP = 'localhost'
RECORD_SERVER_PORT = 18001
if os.uname()[0] == 'FreeBSD':
--- 1042,1056 ----
REC_SCHEDULE_FILE = '/tmp/freevo_record.lst'
! # if using the persitant recordserver
RECORD_SCHEDULE = '%s/record_schedule.xml' % FREEVO_CACHEDIR
RECORD_SERVER_IP = 'localhost'
RECORD_SERVER_PORT = 18001
+
+ # start every recording X minutes before scheduled,
+ # and stop X minutes after scheduled - default to zero minutes.
+ # This must be a value in seconds although at the moment only has
+ # the percision of one minute.
+ RECORD_PADDING = 0 * 60
if os.uname()[0] == 'FreeBSD':
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog