-
Notifications
You must be signed in to change notification settings - Fork 3
/
addon.xml
28 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
27
28
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.skin.helper.widgets" name="Skin Helper Service Widgets" version="1.1.1" provider-name="marcelveldt,patrick-klein,cartman.dos">
<requires>
<import addon="xbmc.python" version="2.24.0"/>
<import addon="xbmc.addon" version="12.0.0"/>
<import addon="script.module.metadatautils" version="1.0.0" />
<import addon="script.module.simplecache" version="1.0.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="plugin.py">
<provides>video audio</provides>
</extension>
<extension library="service.py" point="xbmc.service" start="login" />
<extension point="xbmc.addon.metadata">
<summary lang="en">Ready to use widgets for all kind of media types</summary>
<description></description>
<language></language>
<platform>all</platform>
<license>GPL v2.0</license>
<forum>http://forum.kodi.tv/showthread.php?tid=235676</forum>
<website></website>
<source>https://github.com/cartmandos/script.skin.helper.widgets</source>
<news>
[B]v1.1.1[/B][CR]A lot of new widgets to choose from![CR]Bug fixes and other improvements[CR]Follow the forum thread about the latest news.[CR]https://forum.kodi.tv/showthread.php?tid=334820
</news>
</extension>
</addon>