Unclosed tag in settings.xml
#1
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:

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
Reply
#2
Please post a patch to the addons mailing list:

https://lists.sourceforge.net/lists/list...bmc-addons

Cheers,
Jonathan
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply
#3
jmarshall Wrote:Please post a patch to the addons mailing list:

https://lists.sourceforge.net/lists/list...bmc-addons

Cheers,
Jonathan

Thanks mate. Done.

/Daniel

edit: Now fixed. Thanks Olympia!
Reply

Logout Mark Read Team Forum Stats Members Help
Unclosed tag in settings.xml0