Author: duncan
Date: Fri Sep 29 15:28:26 2006
New Revision: 8271

Modified:
   branches/rel-1-5/freevo/freevo_config.py

Log:
Put back the changes to freevo_config.py; they are harmless

Modified: branches/rel-1-5/freevo/freevo_config.py
==============================================================================
--- branches/rel-1-5/freevo/freevo_config.py    (original)
+++ branches/rel-1-5/freevo/freevo_config.py    Fri Sep 29 15:28:26 2006
@@ -1188,6 +1188,10 @@
 if CONF.fbxine:
     plugin.activate('audio.xine')
 
+# default to XINE_VO/AO_DEV:
+XINE_TV_VO_DEV = None
+XINE_TV_AO_DEV = None
+XINE_TV_TIMESHIFT_FILEMASK = "/you must set XINE_TV_TIMESHIFT_FILEMASK in your 
local_conf.py"
 
 # ======================================================================
 # Freevo TV settings:
@@ -1274,6 +1278,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
 
 if os.uname()[0] == 'FreeBSD':
   # FreeBSD's bsdbt848 TV driver doesn't support audio settings?

-------------------------------------------------------------------------
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-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to