Author: duncan
Date: Sun Oct  7 06:09:46 2007
New Revision: 9933

Log:
Updated for OSD_OVERSCAN settings and explained the VIDEO_GROUPS a little better


Modified:
   branches/rel-1/freevo/freevo_config.py
   branches/rel-1/freevo/local_conf.py.example

Modified: branches/rel-1/freevo/freevo_config.py
==============================================================================
--- branches/rel-1/freevo/freevo_config.py      (original)
+++ branches/rel-1/freevo/freevo_config.py      Sun Oct  7 06:09:46 2007
@@ -1303,16 +1303,16 @@
     OSD_SDL_EXEC_AFTER_STARTUP='%s %s %s' % (os.path.join(CONTRIB_DIR, 
'fbcon/mgafb'),
                                              CONF.tv, CONF.geometry)
     OSD_SDL_EXEC_AFTER_CLOSE='%s restore' % os.path.join(CONTRIB_DIR, 
'fbcon/mgafb')
-    OSD_OVERSCAN_X = 20
-    OSD_OVERSCAN_Y = 10
+    OSD_OVERSCAN_LEFT = OSD_OVERSCAN_RIGHT = 20
+    OSD_OVERSCAN_TOP = OSD_OVERSCAN_BOTTOM = 10
 
 if CONF.display in ( 'directfb', 'dfbmga' ):
-    OSD_OVERSCAN_X = 50
-    OSD_OVERSCAN_Y = 50
+    OSD_OVERSCAN_LEFT = OSD_OVERSCAN_RIGHT = 50
+    OSD_OVERSCAN_TOP = OSD_OVERSCAN_BOTTOM = 50
 
 if CONF.display == 'dxr3':
-    OSD_OVERSCAN_X = 65
-    OSD_OVERSCAN_Y = 45
+    OSD_OVERSCAN_LEFT = OSD_OVERSCAN_RIGHT = 65
+    OSD_OVERSCAN_TOP = OSD_OVERSCAN_BOTTOM = 45
 
 #
 # Stop the osd before playing a movie with xine or mplayer. Some output

Modified: branches/rel-1/freevo/local_conf.py.example
==============================================================================
--- branches/rel-1/freevo/local_conf.py.example (original)
+++ branches/rel-1/freevo/local_conf.py.example Sun Oct  7 06:09:46 2007
@@ -887,8 +887,11 @@
 #
 # OSD_BUSYICON_TIMER = (0.7, 200)
 
-# OSD_OVERSCAN_X = 0
-# OSD_OVERSCAN_Y = 0
+#
+# Number of pixels to move the display to centre the OSD on the display
+#
+# OSD_OVERSCAN_LEFT = OSD_OVERSCAN_RIGHT = 0
+# OSD_OVERSCAN_TOP = OSD_OVERSCAN_BOTTOM = 0
 
 #
 # Execute a script on OSD startup.
@@ -1369,10 +1372,29 @@
 # }
 
 
-# VIDEO_GROUPS is a new setting to handle multiple arbitrary groups of devices
-# for viewing or recording.  It will be possible to have different Freevo
+# VIDEO_GROUPS setting to handles multiple arbitrary groups of devices
+# for viewing or recording.  It is possible to have different Freevo
 # channels use different Video Groups.
-
+# 
+# This example is when you have one IVTV type card installed
+#
+# VIDEO_GROUPS = [
+#     VideoGroup(vdev=TV_DEVICE,
+#                adev=AUDIO_DEVICE,
+#                input_type='tuner',
+#                input_num=0,
+#                tuner_norm=CONF.tv,
+#                tuner_chanlist=CONF.chanlist,
+#                group_type = 'ivtv',
+#                desc='PVR-350 Video Group'),
+# ]
+#
+# This example is for two normal TV cards to allow you to use one card to
+# view a programme and the other card to record at the same time
+# See the wiki for more details:
+#   http://doc.freevo.org/MultiTunerConfig
+#   http://doc.freevo.org/Analoguemulti
+#
 # VIDEO_GROUPS = [
 #     # Use this group for watching tv
 #     VideoGroup(vdev=TV_DEVICE,

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to