Kodi Community Forum

Full Version: [Last.FM Artists] No thumbnails downloaded
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey,

It seems with many more recently added artists on last.fm the scraper does not get thumbnail information although there are various images available on the site (in PNG format for some reason). Please see the following debug log:


http://pastebin.com/jFFeeE9Z

I see theres a <chain function="GetLastFMArtistThumbsByID"></chain> function but this doesnt return anything in this case? Someone know whats up?
last.fm API doesn't return 'mbid' what is required for the scraper to fetch images.

see here:
http://ws.audioscrobbler.com/2.0/?method...1b&lang=en
I see. Any chance for a fallback on one of the image tags?
Fallback is implemented in last.fm artist scraper v1.2.0 Wink