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

Modified Files:
        freevo_config.py 
Log Message:


Index: freevo_config.py
===================================================================
RCS file: /cvsroot/freevo/freevo/freevo_config.py,v
retrieving revision 1.306
retrieving revision 1.307
diff -C2 -d -r1.306 -r1.307
*** freevo_config.py    7 Dec 2003 19:40:29 -0000       1.306
--- freevo_config.py    30 Dec 2003 15:26:56 -0000      1.307
***************
*** 110,114 ****
  # is different, there will be only a warning
  
! LOCAL_CONF_VERSION  = 5.02
  
  # Description of changes in each new version
--- 110,114 ----
  # is different, there will be only a warning
  
! LOCAL_CONF_VERSION  = 5.03
  
  # Description of changes in each new version
***************
*** 192,196 ****
      (5.02,
       '''Add XINE_ARGS_DEF to set xine arguments and OSD_BUSYICON_TIMER to show
!      a busy icon when the menu takes too much time building''') ]
  
  
--- 192,200 ----
      (5.02,
       '''Add XINE_ARGS_DEF to set xine arguments and OSD_BUSYICON_TIMER to show
!      a busy icon when the menu takes too much time building'''),
!     (5.03,
!      '''Add OVERLAY_DIR_STORE_THUMBNAILS and OVERLAY_DIR_STORE_MMPYTHON_DATA
!      to make it possible to store these metadata in the OVERLAY_DIR. To
!      better support multi user using the same OVERLAY_DIR, set UMASK''' ) ]
  
  
***************
*** 309,312 ****
--- 313,333 ----
  
  #
+ # use OVERLAY_DIR for storing the thumbnails
+ #
+ OVERLAY_DIR_STORE_THUMBNAILS = False
+ 
+ #
+ # use OVERLAY_DIR for storing mmpython meta data
+ #
+ OVERLAY_DIR_STORE_MMPYTHON_DATA = True
+ 
+ #
+ # umask for all files
+ # 022 means only the user has write access. If you share your Freevo
+ # installation with different users, set it to 002
+ #
+ UMASK = 022
+ 
+ #
  # suffix for playlist files
  #
***************
*** 335,339 ****
  plugin.activate('audio', level=30)
  plugin.activate('image', level=40)
! plugin.activate('base.shutdown', level=50)
  
  if CONF.xmame or CONF.snes:
--- 356,360 ----
  plugin.activate('audio', level=30)
  plugin.activate('image', level=40)
! plugin.activate('shutdown', level=50)
  
  if CONF.xmame or CONF.snes:




-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to