Update of /cvsroot/freevo/freevo/src/audio
In directory sc8-pr-cvs1:/tmp/cvs-serv13316

Modified Files:
        audioitem.py 
Log Message:
Rename eyed3 to eyeD3


Index: audioitem.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/audio/audioitem.py,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** audioitem.py        19 May 2003 19:00:08 -0000      1.25
--- audioitem.py        9 Jun 2003 18:12:50 -0000       1.26
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.26  2003/06/09 18:12:50  outlyer
+ # Rename eyed3 to eyeD3
+ #
  # Revision 1.25  2003/05/19 19:00:08  outlyer
  # Trapping the IOError that Fridtjof Busse was getting with Ogg files,
***************
*** 67,71 ****
  import time
  import re
! import eyed3
  import imghdr
  import traceback
--- 70,74 ----
  import time
  import re
! import eyeD3
  import imghdr
  import traceback
***************
*** 373,381 ****
          id3 = None
        try:
!           id3 = eyed3.Mp3AudioFile(filename)
!       except eyed3.TagException:
              try:
!                 id3 = eyed3.Mp3AudioFile(filename, 1)
!             except eyed3.InvalidAudioFormatException:
                  # File is not an MP3
                  self.valid = 0
--- 376,384 ----
          id3 = None
        try:
!           id3 = eyeD3.Mp3AudioFile(filename)
!       except eyeD3.TagException:
              try:
!                 id3 = eyeD3.Mp3AudioFile(filename, 1)
!             except eyeD3.InvalidAudioFormatException:
                  # File is not an MP3
                  self.valid = 0




-------------------------------------------------------
This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to