From: Ivan Frade Date: Wed, 9 Sep 2009 07:50:55 +0000 (+0300) Subject: Use cropped as thumbnail directory X-Git-Tag: mussorgsky-0.3-1~4 X-Git-Url: https://vcs.maemo.org/git/?p=mussorgsky;a=commitdiff_plain;h=bb65c7f2ecb36487368c0054ae2a67c07536b1db Use cropped as thumbnail directory --- 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."""