forked from sualfred/script.embuary.helper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
addon.xml
26 lines (26 loc) · 1.27 KB
/
addon.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.embuary.helper" name="Embuary Helper" version="1.5.0" provider-name="sualfred">
<requires>
<import addon="xbmc.python" version="2.26.0"/>
<import addon="script.module.pil" version="1.1.7"/>
</requires>
<extension point="xbmc.python.script" library="default.py">
<provides>executable</provides>
</extension>
<extension point="xbmc.python.pluginsource" library="plugin.py">
<provides>video</provides>
</extension>
<extension point="xbmc.service" library="service.py" />
<extension point="xbmc.addon.metadata">
<summary lang="en_GB">Embuary Helper Script</summary>
<description lang="en_GB">Helper script to provide features and functions to the Embuary skin. A full documentation can be found on GitHub: https://github.com/sualfred/script.embuary.helper/wiki</description>
<platform>all</platform>
<license>GPL-2.0-only</license>
<forum>https://forum.kodi.tv/showthread.php?tid=345318</forum>
<source>https://github.com/sualfred/script.embuary.helper</source>
<assets>
<icon>resources/icon.png</icon>
<fanart>resources/fanart.jpg</fanart>
</assets>
</extension>
</addon>