Update of /cvsroot/freevo/freevo
In directory sc8-pr-cvs1:/tmp/cvs-serv5132

Modified Files:
        freevo_config.py 
Log Message:


Index: freevo_config.py
===================================================================
RCS file: /cvsroot/freevo/freevo/freevo_config.py,v
retrieving revision 1.283
retrieving revision 1.284
diff -C2 -d -r1.283 -r1.284
*** freevo_config.py    21 Nov 2003 17:55:09 -0000      1.283
--- freevo_config.py    22 Nov 2003 15:29:39 -0000      1.284
***************
*** 118,121 ****
--- 118,152 ----
  
  LOCAL_CONF_CHANGES = [
+     (1.1,
+      '''ROM_DRIVES are autodetected if left empty.
+     Added AUDIO_RANDOM_PLAYLIST (default on).
+     Added COVER_DIR for covers for files on CDs etc.
+     Added AUDIO_COVER_REGEXP for selection of covers for music files.
+     Changed MPlayer default args.
+     Changed TV_SETTINGS to /dev/video0.'''),
+     (2.0,
+      '''Remote control config has changed from Freevo Python files to the
+      standard Lirc program config files, see freevo_config.py for
+      more info.'''),
+     (2.1,
+      '''Added MPLAYER_ARGS_AUDIOCD for audio cd playback settings.'''),
+     (3.0,
+      '''New skin engine. The new engine has no automatic TV overscan support,
+      you need to set OVERSCAN_X and OVERSCAN_Y. There are also new variables
+      for this engine: MAIN_MENU_ITEMS and FORCE_SKIN_LAYOUT. The games menu
+      will be activated automaticly if setup.py found mame or snes'''),
+     (3.1,
+      '''Renamed TV_SHOW_IMAGE_DIR to TV_SHOW_DATA_DIR. This directory now can
+      also contain fxd files with gloabl informations and mplayer options'''),
+     (3.2,
+      '''Removed MPLAYER_ARGS_* and added a hash MPLAYER_ARGS to set args for
+      all different kinds of files. Also added MPLAYER_SOFTWARE_SCALER to use
+      the software scaler for fast CPUs'''),
+     (3.3,
+      '''Added AUDIO_FORMAT_STRING to customize the audio item title generation'''),
+     (3.4,
+      '''Removed RC_MPLAYER_CMDS for video and audio. Set special handling (and
+      other key mappings with the variable EVENTS. See event.py for possible
+      events'''),
      (3.5,
       '''Added xine support (see xine section in freevo_config.py),
***************
*** 145,149 ****
       '''Removed SUFFIX_VIDEO_FILES and replaced it with SUFFIX_VIDEO_MPLAYER_FILES
       and SUFFIX_VIDEO_XINE_FILES. Use PREFERED_VIDEO_PLAYER to choose a prefered
!      player.''')]
  
  
--- 176,184 ----
       '''Removed SUFFIX_VIDEO_FILES and replaced it with SUFFIX_VIDEO_MPLAYER_FILES
       and SUFFIX_VIDEO_XINE_FILES. Use PREFERED_VIDEO_PLAYER to choose a prefered
!      player.'''),
!     (4.02,
!      '''Added CHILDAPP_DEBUG to debug all kinds of childapps. MPLAYER_DEBUG will be
!      removed soon. Renamed PREFERED_VIDEO_PLAYER to VIDEO_PREFERED_PLAYER and added
!      AUDIO_PREFERED_PLAYER.''']
  
  
***************
*** 241,244 ****
--- 276,284 ----
  USE_NETWORK = 1
  
+ #
+ # store output of started processes for debug
+ #
+ CHILDAPP_DEBUG = 0
+ 
  # ======================================================================
  # Plugins:
***************
*** 523,527 ****
  # Prefered video player
  #
! PREFERED_VIDEO_PLAYER = 'mplayer'
  
  #
--- 563,567 ----
  # Prefered video player
  #
! VIDEO_PREFERED_PLAYER = 'mplayer'
  
  #
***************
*** 560,563 ****
--- 600,608 ----
  #
  AUDIO_COVER_REGEXP = 'front|-f'
+ 
+ #
+ # Prefered audio player
+ #
+ AUDIO_PREFERED_PLAYER = 'mplayer'
  
  




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to