Update of /cvsroot/freevo/freevo/src/helpers
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14069

Modified Files:
        cache.py 
Log Message:
also cache playlist dir

Index: cache.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/helpers/cache.py,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** cache.py    13 Feb 2004 17:34:18 -0000      1.24
--- cache.py    14 Feb 2004 19:31:31 -0000      1.25
***************
*** 12,15 ****
--- 12,18 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.25  2004/02/14 19:31:31  dischi
+ # also cache playlist dir
+ #
  # Revision 1.24  2004/02/13 17:34:18  dischi
  # small fix
***************
*** 478,481 ****
--- 481,486 ----
                  setattr(config, '%s_ITEMS' % type, [])
  
+     if os.path.isdir('%s/playlists' % config.FREEVO_CACHEDIR):
+         config.AUDIO_ITEMS.append(('Playlists', '%s/playlists' % 
config.FREEVO_CACHEDIR))
      delete_old_files_1()
      delete_old_files_2()



-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to