Bugs item #1570310, was opened at 2006-10-04 00:04 Message generated for change (Comment added) made by duncanwebb You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=446895&aid=1570310&group_id=46652
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: config >Group: 1.5.x svn >Status: Pending >Resolution: Fixed Priority: 5 Submitted By: John Molohan (johnmolohan) Assigned to: Nobody/Anonymous (nobody) Summary: Typo in freevo_config crashes recordserver Initial Comment: Hi Duncan, There's a typo in freevo_config that's crashing the recordserver at the moment. diff -u freevo_config.py /usr/share/freevo/freevo_config.py --- freevo_config.py 2006-10-03 20:11:25.000000000 +0100 +++ /usr/share/freevo/freevo_config.py 2006-10-03 23:00:27.000000000 +0100 @@ -1414,8 +1414,8 @@ # This must be a value in seconds although at the moment only has # the percision of one minute. TV_RECORD_PADDING = 0 * 60 -TV_REVORD_PADDING_PRE = None -TV_REVORD_PADDING_POST = None +TV_RECORD_PADDING_PRE = None +TV_RECORD_PADDING_POST = None if os.uname()[0] == 'FreeBSD': # FreeBSD's bsdbt848 TV driver doesn't support audio settings? ---------------------------------------------------------------------- >Comment By: Duncan Webb (duncanwebb) Date: 2006-10-04 06:22 Message: Logged In: YES user_id=104395 Thanks John good spot, I was wondering why I had to add these setting to local_conf.py. Patch applied in r8313 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=446895&aid=1570310&group_id=46652 ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Freevo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-devel
