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

Modified Files:
        dbutil.py fxdimdb.py videothumb.py 
Log Message:
use kaa.metadata instead of mmpython

Index: dbutil.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/util/dbutil.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** dbutil.py   25 Jun 2005 08:52:29 -0000      1.7
--- dbutil.py   2 Jul 2005 16:46:27 -0000       1.8
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.8  2005/07/02 16:46:27  dischi
+ # use kaa.metadata instead of mmpython
+ #
  # Revision 1.7  2005/06/25 08:52:29  dischi
  # switch to new style python classes
***************
*** 51,55 ****
  def tracknum(track):
      """ 
!     Extract the track numbers from a mmpython result
      """
  
--- 54,58 ----
  def tracknum(track):
      """ 
!     Extract the track numbers from a kaa.metadata result
      """
  

Index: videothumb.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/util/videothumb.py,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -d -r1.30 -r1.31
*** videothumb.py       28 Jun 2005 15:56:10 -0000      1.30
--- videothumb.py       2 Jul 2005 16:46:27 -0000       1.31
***************
*** 39,43 ****
  import sys
  import os
! import mmpython
  import glob
  import tempfile
--- 39,43 ----
  import sys
  import os
! import kaa.metadata
  import glob
  import tempfile
***************
*** 148,152 ****
      except IndexError:
          try:
!             mminfo = mmpython.parse(filename)
              position = str(int(mminfo.video[0].length / 2.0))
              if hasattr(mminfo, 'type'):
--- 148,152 ----
      except IndexError:
          try:
!             mminfo = kaa.metadata.parse(filename)
              position = str(int(mminfo.video[0].length / 2.0))
              if hasattr(mminfo, 'type'):

Index: fxdimdb.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/util/fxdimdb.py,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** fxdimdb.py  25 Jun 2005 08:52:29 -0000      1.12
--- fxdimdb.py  2 Jul 2005 16:46:27 -0000       1.13
***************
*** 12,15 ****
--- 12,18 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.13  2005/07/02 16:46:27  dischi
+ # use kaa.metadata instead of mmpython
+ #
  # Revision 1.12  2005/06/25 08:52:29  dischi
  # switch to new style python classes
***************
*** 75,79 ****
  import util
  
! from mmpython.disc.discinfo import cdrom_disc_id
  #Constants
  
--- 78,82 ----
  import util
  
! from kaa.metadata.disc.discinfo import cdrom_disc_id
  #Constants
  



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to