Author: duncan
Date: Mon Sep 10 15:14:36 2007
New Revision: 9863
Log:
Updated for different overscan settings
Modified:
branches/rel-1/freevo/freevo_config.py
branches/rel-1/freevo/src/helpers/convert_config.py
Modified: branches/rel-1/freevo/freevo_config.py
==============================================================================
--- branches/rel-1/freevo/freevo_config.py (original)
+++ branches/rel-1/freevo/freevo_config.py Mon Sep 10 15:14:36 2007
@@ -291,7 +291,9 @@
'''Added OS_STATICDIR, FREEVO_STATICDIR, OS_LOGDIR and FREEVO_LOGDIR
Change static data to use /var/lib/freevo or ~/.freevo, including
TV_RECORD_SCHEDULE, TV_LOGOS,
XMLTV_FILE, you may also prefer OVERLAY_DIR to be
FREEVO_STATICDIR+'/overlay',
- Added a plugin that adds a submenu entry for ejecting rom drives and
binds the default action of an empty drive to the eject action
+ Added a plugin that adds a submenu entry for ejecting rom drives and
binds the default action of an empty drive to the eject action
+ Replaced OSD_OVERSCAN_X with OSD_OVERSCAN_LEFT and OSD_OVERSCAN_RIGHT and
OSD_OVERSCAN_Y with
+ OSD_OVERSCAN_TOP and OSD_OVERSCAN_BOTTOM
'''),
]
@@ -1277,8 +1279,8 @@
#
OSD_SDL_EXEC_AFTER_CLOSE = ""
-OSD_OVERSCAN_X = 0
-OSD_OVERSCAN_Y = 0
+OSD_OVERSCAN_LEFT = OSD_OVERSCAN_RIGHT = 0
+OSD_OVERSCAN_TOP = OSD_OVERSCAN_BOTTOM = 0
# Exec a script after the osd startup. Matrox G400 users who wants to
Modified: branches/rel-1/freevo/src/helpers/convert_config.py
==============================================================================
--- branches/rel-1/freevo/src/helpers/convert_config.py (original)
+++ branches/rel-1/freevo/src/helpers/convert_config.py Mon Sep 10 15:14:36 2007
@@ -73,6 +73,8 @@
'recordable=False': 'record_group=None',
'recordable = True': 'record_group=None',
'recordable = False': 'record_group=None',
+ 'OSD_OVERSCAN_X': 'OSD_OVERSCAN_LEFT = OSD_OVERSCAN_RIGHT',
+ 'OSD_OVERSCAN_Y': 'OSD_OVERSCAN_TOP = OSD_OVERSCAN_BOTTOM',
}
def help():
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog