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

Modified Files:
        fileops.py mediainfo.py vfs.py 
Log Message:
cleanup

Index: mediainfo.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/util/mediainfo.py,v
retrieving revision 1.48
retrieving revision 1.49
diff -C2 -d -r1.48 -r1.49
*** mediainfo.py        6 Jun 2004 06:52:37 -0000       1.48
--- mediainfo.py        9 Jun 2004 20:09:10 -0000       1.49
***************
*** 11,14 ****
--- 11,17 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.49  2004/06/09 20:09:10  dischi
+ # cleanup
+ #
  # Revision 1.48  2004/06/06 06:52:37  dischi
  # cache updates
***************
*** 41,83 ****
  # Fixed divide by zero bug.
  #
- # Revision 1.38  2004/03/22 11:04:51  dischi
- # improve caching
- #
- # Revision 1.37  2004/03/21 09:39:54  dischi
- # check for updated mmpython
- #
- # Revision 1.36  2004/03/13 23:44:02  dischi
- # audio stream selection fixes
- #
- # Revision 1.35  2004/02/28 21:04:17  dischi
- # unicode fixes
- #
- # Revision 1.34  2004/02/27 20:42:05  dischi
- # save disc file info
- #
- # Revision 1.33  2004/02/27 20:27:18  dischi
- # add number of files to rom drives
- #
- # Revision 1.32  2004/02/27 20:15:03  dischi
- # more unicode fixes
- #
- # Revision 1.31  2004/02/23 19:27:07  dischi
- # fix mmpython init
- #
- # Revision 1.30  2004/02/16 20:36:42  dischi
- # fix crash
- #
- # Revision 1.29  2004/02/15 15:30:52  dischi
- # improved item with track storage
- #
- # Revision 1.28  2004/02/14 13:05:04  dischi
- # do not call skin.get_singleton() anymore
- #
- # Revision 1.27  2004/02/13 20:26:39  dischi
- # small bugfix
- #
- # Revision 1.26  2004/02/13 19:42:44  dischi
- # cleanup
- #
  # -----------------------------------------------------------------------
  # Freevo - A Home Theater PC framework
--- 44,47 ----

Index: vfs.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/util/vfs.py,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** vfs.py      14 Feb 2004 15:45:26 -0000      1.17
--- vfs.py      9 Jun 2004 20:09:10 -0000       1.18
***************
*** 17,20 ****
--- 17,23 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.18  2004/06/09 20:09:10  dischi
+ # cleanup
+ #
  # Revision 1.17  2004/02/14 15:45:26  dischi
  # do not include folder.fxd
***************
*** 246,252 ****
          overlay = getoverlay(directory)
          if overlay and overlay != directory and os.path.isdir(overlay):
!             for fname in os.listdir( overlay ):
!                 if fname.startswith('.') or fname == 'folder.fxd' or \
!                        fname.endswith('.raw'):
                      continue
                  f = overlay + fname
--- 249,255 ----
          overlay = getoverlay(directory)
          if overlay and overlay != directory and os.path.isdir(overlay):
!             for fname in os.listdir(overlay):
!                 if fname.endswith('.raw') or fname.startswith('.') or \
!                        fname == 'folder.fxd':
                      continue
                  f = overlay + fname

Index: fileops.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/util/fileops.py,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** fileops.py  9 Jun 2004 19:50:32 -0000       1.18
--- fileops.py  9 Jun 2004 20:09:10 -0000       1.19
***************
*** 11,14 ****
--- 11,17 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.19  2004/06/09 20:09:10  dischi
+ # cleanup
+ #
  # Revision 1.18  2004/06/09 19:50:32  dischi
  # change thumbnail caching format to be much faster: do not use pickle and
***************
*** 18,39 ****
  # improve caching
  #
- # Revision 1.16  2004/02/27 20:07:28  dischi
- # add function to check if a media is mounted
- #
- # Revision 1.15  2004/02/05 19:26:42  dischi
- # fix unicode handling
- #
- # Revision 1.14  2004/02/05 02:52:26  gsbarbieri
- # Handle filenames internally as unicode objects.
- #
- # Revision 1.13  2004/01/16 16:23:29  dischi
- # add softlink checking
- #
- # Revision 1.12  2004/01/05 17:19:10  dischi
- # change some vfs to os.path
- #
- # Revision 1.11  2004/01/03 17:41:01  dischi
- # add helper to get all subdirs recursive
- #
  # -----------------------------------------------------------------------
  # Freevo - A Home Theater PC framework
--- 21,24 ----



-------------------------------------------------------
This SF.Net email is sponsored by: GNOME Foundation
Hackers Unite!  GUADEC: The world's #1 Open Source Desktop Event.
GNOME Users and Developers European Conference, 28-30th June in Norway
http://2004/guadec.org
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to