forked from cartmandos/BINGIE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
addon.xml
47 lines (47 loc) · 2.34 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<?xml version="1.0" encoding="utf-8"?>
<!-- BINGIE -->
<addon id="skin.titan.bingie" version="1.0.3" name="Titan BINGIE" provider-name="cartman.dos">
<requires>
<import version="5.14.0" addon="xbmc.gui"/>
<import addon="script.bingie.helper" version="1.0.0"/>
<import addon="script.skinshortcuts" version="0.6.5"/>
<import addon="script.skin.helper.service" version="1.0.0"/>
<import addon="script.skin.helper.widgets" version="1.0.0"/>
<import addon="script.skin.helper.backgrounds" version="1.0.0"/>
<import addon="resource.images.skinbackgrounds.titanium" version="1.0.0"/>
<import addon="resource.images.skinicons.wide" version="1.0.0"/>
<import addon="resource.images.backgroundoverlays.basic" version="1.0.0"/>
</requires>
<extension point="xbmc.gui.skin" debugging="false">
<res width="1920" height="1080" aspect="16:9" default="true" folder="xml" />
<res width="1920" height="1200" aspect="16:10" default="false" folder="xml" />
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en_GB">BINGIE... The new Titan skin for Kodi Leia.</summary>
<description>Titan is back for Kodi Leia with the new BINGIE layout!</description>
<platform>all</platform>
<license>GPL v2.0</license>
<forum>https://forum.kodi.tv/showthread.php?tid=334820</forum>
<website>https://forum.kodi.tv/showthread.php?tid=334820</website>
<email></email>
<source>https://github.com/cartmandos/skin.titan.bingie/</source>
<assets>
<icon>resources/icon.png</icon>
<fanart>resources/fanart.jpg</fanart>
<screenshot>resources/screenshot000.jpg</screenshot>
<screenshot>resources/screenshot001.jpg</screenshot>
<screenshot>resources/screenshot002.jpg</screenshot>
<screenshot>resources/screenshot003.jpg</screenshot>
<screenshot>resources/screenshot004.jpg</screenshot>
<screenshot>resources/screenshot005.jpg</screenshot>
<screenshot>resources/screenshot006.jpg</screenshot>
<screenshot>resources/screenshot007.jpg</screenshot>
<screenshot>resources/screenshot008.jpg</screenshot>
<screenshot>resources/screenshot009.jpg</screenshot>
<screenshot>resources/screenshot010.jpg</screenshot>
</assets>
<news>
[B]Titan BINGIE v1[/B][CR]Follow the forum thread about the latest news for the skin.[CR]https://forum.kodi.tv/showthread.php?tid=334820
</news>
</extension>
</addon>