X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Falbum_art_spec.py;h=512a9d0a4c1bc020098f5a883e59137e01c60943;hb=94a019b7032f19fe0d1c1e45306f315be9b884d6;hp=df013cf335ad06239345f78237866a407cef7d00;hpb=bd9b9a6613d7340027c9f3f1f433ea5a6466c1d5;p=mussorgsky diff --git a/src/album_art_spec.py b/src/album_art_spec.py index df013cf..512a9d0 100644 --- a/src/album_art_spec.py +++ b/src/album_art_spec.py @@ -13,7 +13,7 @@ THUMBS_LOCATION = os.getenv ("HOME") + "/.thumbnails/cropped/" # Do this only once... import ctypes -clib = ctypes.CDLL ("libhildonthumbnail.so") +clib = ctypes.CDLL ("libhildonthumbnail.so.0") album_art_func = clib.hildon_albumart_get_path album_art_func.restype = ctypes.c_char_p