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

Modified Files:
        freevo_config.py 
Log Message:
Freevo now needs the vfs active. OVERLAY_DIR is set to ~/.freevo/vfs as
default value.


Index: freevo_config.py
===================================================================
RCS file: /cvsroot/freevo/freevo/freevo_config.py,v
retrieving revision 1.310
retrieving revision 1.311
diff -C2 -d -r1.310 -r1.311
*** freevo_config.py    1 Jan 2004 12:27:54 -0000       1.310
--- freevo_config.py    3 Jan 2004 17:38:17 -0000       1.311
***************
*** 194,200 ****
       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''' ) ]
  
  
--- 194,198 ----
       a busy icon when the menu takes too much time building'''),
      (5.03,
!      '''Add UMASK to set umask for files in vfs''' ) ]
  
  
***************
*** 308,324 ****
  # freevo can write to.
  #
! # TODO: add a default value, right now the vfs is deactived (value == '')
! #
! OVERLAY_DIR = ''
! 
! #
! # 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
  
  #
--- 306,313 ----
  # freevo can write to.
  #
! if os.environ.has_key('HOME') and os.environ['HOME']:
!     OVERLAY_DIR = os.path.join(os.environ['HOME'], '.freevo/vfs')
! else:
!     OVERLAY_DIR = os.path.join(FREEVO_CACHEDIR, 'vfs')
  
  #




-------------------------------------------------------
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