Update of /cvsroot/freevo/freevo/src/audio/plugins
In directory sc8-pr-cvs1:/tmp/cvs-serv9273
Modified Files:
coversearch.py
Log Message:
Fix a crash when ripping a CD for which CDDB information does not exist.
Index: coversearch.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/audio/plugins/coversearch.py,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** coversearch.py 6 Aug 2003 18:49:17 -0000 1.15
--- coversearch.py 19 Aug 2003 17:30:02 -0000 1.16
***************
*** 14,17 ****
--- 14,20 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.16 2003/08/19 17:30:02 outlyer
+ # Fix a crash when ripping a CD for which CDDB information does not exist.
+ #
# Revision 1.15 2003/08/06 18:49:17 gsbarbieri
# Now it shows an AlertBox() when user doesn't have a key.
***************
*** 185,188 ****
--- 188,194 ----
"So you need a file with a ID3 tag (mp3) or an Ogg Info. "
+ \
"Maybe you must fix this file (%s) tag?" % item.filename
+ except AttributeError:
+ if SHOW_WARNING:
+ print "WARNING: Unknown CD, cover searching is disabled"
return []
-------------------------------------------------------
This SF.net email is sponsored by Dice.com.
Did you know that Dice has over 25,000 tech jobs available today? From
careers in IT to Engineering to Tech Sales, Dice has tech jobs from the
best hiring companies. http://www.dice.com/index.epl?rel_code=104
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog