im working on a plugin and the website I scrape delivers low quality pics like "http://example.com/pics/12324234.jpg". I noticed that on some subpages there are hires versions of these pics "http://example.com/pics/12324234.jpg_hires.jpg". I guess that 90% of all images are accessible in hires with just appending "_hires.jpg" to the scraped filename.
The problem is the remaining 10% - xbmc gots a http 404 error on them.
So my question is, is it possible to set a fallback iconImage, something like
Code:
iconImage = 'http://example.com/pics/12324234.jpg|http://example.com/pics/12324234.jpg_hires.jpg'Thanks,
sphere

![[Image: badge.gif]](http://www.ohloh.net/projects/9132/badge.gif)

Search
Help