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

Modified Files:
        cdbackup.py 
Log Message:
use kaa.metadata instead of mmpython

Index: cdbackup.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/audio/plugins/cdbackup.py,v
retrieving revision 1.45
retrieving revision 1.46
diff -C2 -d -r1.45 -r1.46
*** cdbackup.py 18 Jun 2005 12:07:02 -0000      1.45
--- cdbackup.py 2 Jul 2005 16:46:24 -0000       1.46
***************
*** 29,32 ****
--- 29,35 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.46  2005/07/02 16:46:24  dischi
+ # use kaa.metadata instead of mmpython
+ #
  # Revision 1.45  2005/06/18 12:07:02  dischi
  # use new menu memeber function
***************
*** 114,118 ****
  
  # Included to be able to access the info for Audio CDs
! import mmpython
  
  import logging
--- 117,121 ----
  
  # Included to be able to access the info for Audio CDs
! import kaa.metadata
  
  import logging
***************
*** 300,304 ****
      players support 2.3
      """
!     import mmpython.audio.eyeD3 as eyeD3
  
      tag = eyeD3.Tag(String(filename))
--- 303,307 ----
      players support 2.3
      """
!     import kaa.metadata.audio.eyeD3 as eyeD3
  
      tag = eyeD3.Tag(String(filename))
***************
*** 580,584 ****
  
      def get_formatted_cd_info(self, device):
!         cd_info = mmpython.parse(device)
  
          # Check if getting CDDB data failed -is there a better way to do this?
--- 583,587 ----
  
      def get_formatted_cd_info(self, device):
!         cd_info = kaa.metadata.parse(device)
  
          # Check if getting CDDB data failed -is there a better way to do this?



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