Use cropped as thumbnail directory
authorIvan Frade <ivan.frade@gmail.com>
Wed, 9 Sep 2009 07:50:55 +0000 (10:50 +0300)
committerIvan Frade <ivan.frade@gmail.com>
Wed, 9 Sep 2009 07:50:55 +0000 (10:50 +0300)
src/album_art_spec.py

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