X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Falbum_art_spec.py;h=68964657a9d583bb5671329176e829fba838bee4;hb=bb65c7f2ecb36487368c0054ae2a67c07536b1db;hp=fca3c621fba08979bbccde500d388561534397d9;hpb=05e179b507114164cc5519aca24807fa4a724464;p=mussorgsky 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."""