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

Modified Files:
        cache.py 
Log Message:
update cache to new directory metainfo


Index: cache.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/helpers/cache.py,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** cache.py    9 Feb 2004 20:14:40 -0000       1.22
--- cache.py    12 Feb 2004 12:22:03 -0000      1.23
***************
*** 12,15 ****
--- 12,18 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.23  2004/02/12 12:22:03  dischi
+ # update cache to new directory metainfo
+ #
  # Revision 1.22  2004/02/09 20:14:40  dischi
  # add xmltv
***************
*** 96,100 ****
  # use this number to keep track of changes in
  # this helper. Check this against util/mediainfo
! VERSION =1
  
  def delete_old_files_1():
--- 99,103 ----
  # use this number to keep track of changes in
  # this helper. Check this against util/mediainfo
! VERSION = 2
  
  def delete_old_files_1():
***************
*** 362,369 ****
          for type in activate_plugins:
              if subdirs.has_key(type) and s in subdirs[type]:
-                 # reset num_timestamp and set the display_type
-                 d['num_timestamp'] = 0
                  d.display_type = type
-                 d.autovars.append(('num_%s_items' % type, 0))
                  # scan again with display_type
                  d.create_metainfo()
--- 365,369 ----



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