Added thumbnails to the caching - called through getThumb(ArtistID/AlbumID)

This commit is contained in:
rembo10
2012-06-22 21:55:54 +05:30
parent d34ef512ea
commit 0f862ccad1
4 changed files with 137 additions and 5 deletions
+3
View File
@@ -59,3 +59,6 @@ getAlbumArt&id=$albumid (see above)
getArtistInfo&id=$artistid (Returns the artist bio preformatted in html)
getAlbumInfo&id=$albumid (See above, returns album description in html)
getArtistThumb&id=$artistid (Returns either a relative path to the cached thumbnail artist image, or an http:// address if the cache dir can't be written to)
getAlbumThumb&id=$albumid (see above)