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

Modified Files:
        main.py 
Log Message:
Notice the user that pre-caching is missing


Index: main.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/main.py,v
retrieving revision 1.55
retrieving revision 1.56
diff -C2 -d -r1.55 -r1.56
*** main.py     1 Aug 2003 13:17:48 -0000       1.55
--- main.py     4 Aug 2003 20:38:59 -0000       1.56
***************
*** 11,14 ****
--- 11,17 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.56  2003/08/04 20:38:59  dischi
+ # Notice the user that pre-caching is missing
+ #
  # Revision 1.55  2003/08/01 13:17:48  outlyer
  # Added Matthew Weber's "rc repeat" patch; it requires pylirc 0.0.4 or newer (CVS)
***************
*** 416,420 ****
      mmpython.mediainfo.DEBUG = 0
      mmpython.factory.DEBUG = 0
!     
      try:
          main_func()
--- 419,429 ----
      mmpython.mediainfo.DEBUG = 0
      mmpython.factory.DEBUG = 0
! 
!     if not os.path.isfile(os.path.join(mmcache, 'VERSION')):
!         print '\nWARNING: no pre-cached data'
!         print 'Freevo will cache each directory when you first enter it. This can'
!         print 'be slow. Start "./freevo cache" to pre-cache all directories to speed'
!         print 'up usage of freevo'
!         print
      try:
          main_func()




-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to