Unicode utf8 fails on the device.
authorIvan Frade <ivan.frade@nokia.com>
Sun, 24 Jan 2010 23:53:56 +0000 (01:53 +0200)
committerIvan Frade <ivan.frade@nokia.com>
Sun, 24 Jan 2010 23:53:56 +0000 (01:53 +0200)
src/album_art_spec.py

index 4735c65..a44e895 100644 (file)
@@ -13,7 +13,7 @@ THUMBS_LOCATION = os.getenv ("HOME") + "/.thumbnails/cropped/"
 
 def getCoverArtFileName (album):
     """Returns the cover art's filename that is formed from the album name."""
-    album = unicode (album, "utf8")
+    album = unicode (album)
     albumString=dropInsideContent(album,"[","]" )
     albumString=dropInsideContent(albumString,"{","}" )
     albumString=dropInsideContent(albumString,"(",")" )