Bugs item #1570310, was opened at 2006-10-03 22:04 Message generated for change (Tracker Item Submitted) made by Item Submitter 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: None Status: Open Resolution: None 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? ---------------------------------------------------------------------- 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
