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

Modified Files:
        freevo_config.py 
Log Message:
new SUFFIX_VIDEO_FILES layout

Index: freevo_config.py
===================================================================
RCS file: /cvsroot/freevo/freevo/freevo_config.py,v
retrieving revision 1.282
retrieving revision 1.283
diff -C2 -d -r1.282 -r1.283
*** freevo_config.py    21 Nov 2003 11:49:09 -0000      1.282
--- freevo_config.py    21 Nov 2003 17:55:09 -0000      1.283
***************
*** 110,114 ****
  # is different, there will be only a warning
  
! LOCAL_CONF_VERSION  = 4.00
  
  # Description of changes in each new version
--- 110,114 ----
  # is different, there will be only a warning
  
! LOCAL_CONF_VERSION  = 4.01
  
  # Description of changes in each new version
***************
*** 141,145 ****
       updated now uses stat, set DIRECTORY_USE_STAT_FOR_CHANGES = 0 if you have
       problems with it. Also new: IMAGEVIEWER_BLEND_SPEED to control blending
!      one image to the next in the image viewer.''')]
  
  
--- 141,149 ----
       updated now uses stat, set DIRECTORY_USE_STAT_FOR_CHANGES = 0 if you have
       problems with it. Also new: IMAGEVIEWER_BLEND_SPEED to control blending
!      one image to the next in the image viewer.'''),
!     (4.01,
!      '''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.''')]
  
  
***************
*** 505,511 ****
  # are played wih MPlayer.
  # 
! SUFFIX_VIDEO_FILES = [ 'avi', 'mpg', 'mpeg', 'wmv', 'bin', 'rm',
!                        'divx', 'ogm', 'vob', 'asf', 'm2v', 'm2p',
!                        'mp4', 'viv', 'nuv', 'mov' ]
  
  #
--- 509,527 ----
  # are played wih MPlayer.
  # 
! SUFFIX_VIDEO_MPLAYER_FILES = [ 'avi', 'mpg', 'mpeg', 'wmv', 'bin', 'rm',
!                                'divx', 'ogm', 'vob', 'asf', 'm2v', 'm2p',
!                                'mp4', 'viv', 'nuv', 'mov' ]
! 
! #
! # The list of filename suffixes that are used to match the files that
! # are played wih Xine.
! # 
! SUFFIX_VIDEO_XINE_FILES = [ 'avi', 'mpg', 'mpeg', 'rm', 'divx', 'ogm',
!                             'asf', 'm2v', 'm2p', 'mp4', 'mov', 'cue' ]
! 
! #
! # Prefered video player
! #
! PREFERED_VIDEO_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