Use 'normal' as thumbnail size for album art
authorIvan Frade <ivan.frade@gmail.com>
Wed, 24 Jun 2009 22:58:10 +0000 (01:58 +0300)
committerIvan Frade <ivan.frade@gmail.com>
Wed, 24 Jun 2009 22:58:10 +0000 (01:58 +0300)
src/album_art_spec.py

index 6896465..fca3c62 100644 (file)
@@ -4,7 +4,7 @@ import unicodedata
 import string
 
 COVERS_LOCATION = os.getenv ("HOME") + "/.cache/media-art/"
-THUMBS_LOCATION = os.getenv ("HOME") + "/.thumbnails/cropped/"
+THUMBS_LOCATION = os.getenv ("HOME") + "/.thumbnails/normal/"
 
 def getCoverArtFileName (album):
     """Returns the cover art's filename that is formed from the album name."""