From 94a019b7032f19fe0d1c1e45306f315be9b884d6 Mon Sep 17 00:00:00 2001 From: Ivan Frade Date: Wed, 21 Apr 2010 14:30:33 +0300 Subject: [PATCH] the thumbnailing library filename ends with .0 --- 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 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 -- 1.7.9.5