Addon.xml help
#1
I have a simple addon.xml to install a scraper for Dharma, but it will not install from the zip.

The XBMC logs say it can't read the description. I have tried it with a description line, and without. The Dharma wiki says you just need a summary statement so I simplified it to this. What I am I missing... yug..:confused2:

<?xml version="1.0" encoding="UTF-8"?>
<addon
id="scraper.aebn"
version="1.0.0"
name="AEBN.net"
provider-name="Nicezia">
<requires>
<import addon="xbmc.metadata"/>
</requires>
<extension point="xbmc.metadata.scraper.movies"
library="aebn.xml"/>
<extension point="xbmc.addon.metadata">
<summary>AEBN Scraper by Nicezia</summary>
<disclaimer/>
</extension>
</addon>
Reply
#2
addon.xml looks fine. except no indent Wink

remember, the zips needs to hold a subfolder addonid/
Reply
#3
The indents are there - just didn't come through on my cut and paste.

The zip has a folder inside called "scraper.aebn" and inside that folder is the addon.xml, the aebn.xml, and a 256x256 png called icon.png

Still installation fails...

Do I need the library call? Could the aebn.xml be causing it?

The xbmc log shows folders being created and files being copied, but then it gaks at the description and deletes the files and folders...
Reply

Logout Mark Read Team Forum Stats Members Help
Addon.xml help0