Update of /cvsroot/freevo/freevo
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8388

Modified Files:
        local_conf.py.example 
Log Message:
renamed SKIN_* and OSD_* variables to GUI_*

Index: local_conf.py.example
===================================================================
RCS file: /cvsroot/freevo/freevo/local_conf.py.example,v
retrieving revision 1.43
retrieving revision 1.44
diff -C2 -d -r1.43 -r1.44
*** local_conf.py.example       22 Dec 2004 02:12:51 -0000      1.43
--- local_conf.py.example       31 Dec 2004 11:57:22 -0000      1.44
***************
*** 5,14 ****
  # $Id$
  #
  # Notes:
- #    This file contains the freevo settings. To change the settings
- #    you can edit this file, or better, put a file named local_conf.py
- #    # in the same directory and add your changes there.  E.g.: when
- #    you # want a alsa as mplayer audio out, just put
- #    "MPLAYER_AO_DEV = # 'alsa9'" in local_conf.py
  #
  #    This is no normal config file, it's Python code. Because of that, you 
--- 5,11 ----
  # $Id$
  #
+ # WARNING: this file is not up to date!
+ #
  # Notes:
  #
  #    This is no normal config file, it's Python code. Because of that, you 
***************
*** 49,54 ****
  # ======================================================================
  
! # AUDIO_DEVICE        = '/dev/dsp'      # e.g.: /dev/dsp0, /dev/audio, 
/dev/alsa/?
! # AUDIO_INPUT_DEVICE  = '/dev/dsp1'     # e.g.: /dev/dsp0, /dev/audio, 
/dev/alsa/?
  # MAJOR_AUDIO_CTRL    = 'VOL'           # Freevo takes control over one audio 
ctrl
                                          # 'VOL', 'PCM' 'OGAIN' etc.
--- 46,51 ----
  # ======================================================================
  
! # AUDIO_DEVICE        = '/dev/dsp'      # e.g.: /dev/dsp0, /dev/audio
! # AUDIO_INPUT_DEVICE  = '/dev/dsp1'     # e.g.: /dev/dsp0, /dev/audio
  # MAJOR_AUDIO_CTRL    = 'VOL'           # Freevo takes control over one audio 
ctrl
                                          # 'VOL', 'PCM' 'OGAIN' etc.
***************
*** 486,490 ****
  #     are the same
  #
! # SKIN_FORCE_TEXTVIEW_STYLE = 1
  
  #
--- 483,487 ----
  #     are the same
  #
! # GUI_FORCE_TEXTVIEW_STYLE = 1
  
  #
***************
*** 493,497 ****
  # and games). 
  #
! # SKIN_MEDIAMENU_FORCE_TEXTVIEW = 0
  
  
--- 490,494 ----
  # and games). 
  #
! # GUI_MEDIAMENU_FORCE_TEXTVIEW = 0
  
  
***************
*** 503,507 ****
  # System Path to search for fonts not included in the Freevo distribution
  #
! # OSD_EXTRA_FONT_PATH  = [ '/usr/X11R6/lib/X11/fonts/truetype/' ]
  
  #
--- 500,504 ----
  # System Path to search for fonts not included in the Freevo distribution
  #
! # GUI_FONT_PATH  = [ '/usr/X11R6/lib/X11/fonts/truetype/' ]
  
  #
***************
*** 509,513 ****
  # All names must be lowercase! All alternate fonts must be in './share/fonts/'
  #
! # OSD_FONT_ALIASES = { 'arial_bold.ttf' : 'VeraBd.ttf' }
  
  #
--- 506,510 ----
  # All names must be lowercase! All alternate fonts must be in './share/fonts/'
  #
! # GUI_FONT_ALIASES = { 'arial_bold.ttf' : 'VeraBd.ttf' }
  
  #
***************
*** 519,536 ****
  # (seconds, files)
  #
! # OSD_BUSYICON_TIMER = (0.7, 200)
  
! # OSD_OVERSCAN_X = 0
! # OSD_OVERSCAN_Y = 0
  
  #
  # Execute a script on OSD startup.
  #
! # OSD_SDL_EXEC_AFTER_STARTUP = ""
  
  #
  # Execute a script on OSD close.
  #
! # OSD_SDL_EXEC_AFTER_CLOSE = ""
  
  #
--- 516,533 ----
  # (seconds, files)
  #
! # GUI_BUSYICON_TIMER = (0.7, 200)
  
! # GUI_OVERSCAN_X = 0
! # GUI_OVERSCAN_Y = 0
  
  #
  # Execute a script on OSD startup.
  #
! # GUI_SDL_EXEC_AFTER_STARTUP = ""
  
  #
  # Execute a script on OSD close.
  #
! # GUI_SDL_EXEC_AFTER_CLOSE = ""
  
  #
***************
*** 538,542 ****
  # devices need this. After playback, the osd will be restored
  #
! # OSD_STOP_WHEN_PLAYING = 0
  
  #
--- 535,539 ----
  # devices need this. After playback, the osd will be restored
  #
! # GUI_STOP_WHEN_PLAYING = 0
  
  #
***************
*** 730,734 ****
  # More can be found at: http://www.python.org/doc/current/lib/module-time.html
  
! # TV_RECORDFILE_MASK = '%%m-%%d %%H:%%M %(progname)s - %(title)s'
  
  
--- 727,731 ----
  # More can be found at: http://www.python.org/doc/current/lib/module-time.html
  
! # TV_RECORD_FILEMASK = '%%m-%%d %%H:%%M %(progname)s - %(title)s'
  
  



-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to