From bb65c7f2ecb36487368c0054ae2a67c07536b1db Mon Sep 17 00:00:00 2001 From: Ivan Frade Date: Wed, 9 Sep 2009 10:50:55 +0300 Subject: [PATCH] Use cropped as thumbnail directory --- src/album_art_spec.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/album_art_spec.py b/src/album_art_spec.py index fca3c62..6896465 100644 --- a/src/album_art_spec.py +++ b/src/album_art_spec.py @@ -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.""" -- 1.7.9.5