--- Downloads/albumart-1.6.6/lib/albumart/process.py	2008-07-29 19:03:03.000000000 +0200
+++ /usr/local/lib/albumart/process.py	2010-11-26 19:27:22.187802996 +0100
@@ -64,7 +64,7 @@
         coversFound += 1
         if self.isCanceled():
           break
-          
+        
         img = Image.open(c.path)
         img.load()
         
@@ -79,6 +79,8 @@
         # downloaded as they may have been blank or
         # corrupt.
         self.setProgress(coversFound - 1,coversFound)
+    except IOError:
+      pass;
     except Exception, x:
       self.postEvent(self.dialog, ExceptionEvent(self, x))
 
