2010-07-21, 07:50
Hi all
I don't know if this is something general or just my scraper, but an observant user notified me about the filmdelta scraper not fetching fanart anymore. The problem seems to be a unclosed tag in the settings.xml file for the scraper, ie this tag:
should look like this
Putting the slash there makes it work again. I'm quite sure this worked while the scraper was still a scraper so something seems to have happened when it was converted to addon.
/Daniel
I don't know if this is something general or just my scraper, but an observant user notified me about the filmdelta scraper not fetching fanart anymore. The problem seems to be a unclosed tag in the settings.xml file for the scraper, ie this tag:
Code:
<setting label="30000" type="bool" id="fanart" default="true">
should look like this
Code:
<setting label="30000" type="bool" id="fanart" default="true" />
Putting the slash there makes it work again. I'm quite sure this worked while the scraper was still a scraper so something seems to have happened when it was converted to addon.
/Daniel