No more caching bios/decriptions to file. Store them in the descriptions db table instead. can be accessed the by getInfo still, which returns a dict with Content and Summary. API updated

This commit is contained in:
rembo10
2012-06-23 17:46:29 +05:30
parent 171faf824c
commit b1ed2da114
4 changed files with 69 additions and 137 deletions
+2 -2
View File
@@ -59,8 +59,8 @@ update (update headphones - you may want to check the install type in get versio
getArtistArt&id=$artistid (Returns either a relative path to the cached image, or a remote url if the image can't be saved to the cache dir)
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)
getArtistInfo&id=$artistid (Returns Summary and Content, both formatted in html)
getAlbumInfo&id=$albumid (See above, returns Summary and Content)
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)