Author: duncan
Date: Thu Oct 19 16:32:05 2006
New Revision: 8420

Modified:
   branches/rel-1-6/freevo/src/helpers/convert_config.py

Log:
[ 1578183 ] 1.6 automated setup: configuation of local_conf
Patch for record group has been applied, it will not catch all cases


Modified: branches/rel-1-6/freevo/src/helpers/convert_config.py
==============================================================================
--- branches/rel-1-6/freevo/src/helpers/convert_config.py       (original)
+++ branches/rel-1-6/freevo/src/helpers/convert_config.py       Thu Oct 19 
16:32:05 2006
@@ -35,6 +35,10 @@
     'RECORD_PADDING': 'TV_RECORD_PADDING',
     'IVTV_OPTIONS': 'TV_IVTV_OPTIONS',
     'VCR_SETTINGS': 'TV_VCR_SETTINGS',
+    'recordable=True': 'record_group=None',
+    'recordable=False': 'record_group=None',
+    'recordable = True': 'record_group=None',
+    'recordable = False': 'record_group=None',
     }
 
 def help():

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to