-
Notifications
You must be signed in to change notification settings - Fork 9
/
addon.xml
25 lines (23 loc) · 1.09 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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.skin.helper.backgrounds" name="Skin Helper Service Backgrounds" version="1.0.36" provider-name="marcelveldt and others">
<requires>
<import addon="script.module.simplecache" version="1.0.0"/>
<import addon="script.module.metadatautils" version="1.0.31"/>
</requires>
<extension point="xbmc.python.library" library="default.py" />
<extension point="xbmc.service" library="service.py" start="login" />
<extension point="xbmc.addon.metadata">
<summary lang="en">Helper service for Kodi skins providing rotating backgrounds</summary>
<description>Helper service for Kodi skins providing rotating backgrounds</description>
<assets>
<icon>icon.png</icon>
<fanart>fanart.jpg</fanart>
</assets>
<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/kodi-community-addons/script.skin.helper.backgrounds</source>
</extension>
</addon>