--- Amarok.py	2008-12-21 22:04:45.000000000 +0100
+++ new_Amarok.py	2008-12-21 22:03:04.000000000 +0100
@@ -67,6 +67,12 @@
         
         return False
 	
+    def getCoverPath(self):
+        if self.isPlaying():
+	    return self.amarok.player.coverImage()
+	else:
+	    return None
+
     def getStatus( self ):
         '''check if everything is OK to start the plugin
         return a tuple whith a boolean and a message

