forked from jurialmunkey/skin.aura
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathaddon.xml
46 lines (46 loc) · 3.36 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
<addon id="skin.aura" name="Aura" provider-name="kcook98765" version="2.0.23">
<requires>
<import addon="xbmc.gui" version="5.15.0" />
<import addon="script.skinshortcuts" version="0.4.0"/>
<import addon="script.globalsearch" version="9.0.5"/>
<import addon="script.image.resource.select" version="0.0.5"/>
<import addon="resource.images.weathericons.white" version="0.0.6"/>
<import addon="resource.images.moviegenreicons.transparent" version="0.0.6" />
<import addon="script.skin.helper.colorpicker" version="1.0.11"/>
<import addon="script.embuary.info" version="0.0.1"/>
<import addon="script.embuary.helper" version="1.2.14"/>
<import addon="plugin.video.themoviedb.helper" version="0.0.1"/>
<import addon="resource.images.studios.white" version="0.0.25"/>
<import addon="script.module.cherrypy" version="12.0.2"/>
<import addon="script.module.musicbrainz" version="0.7.0"/>
<import addon="script.module.thetvdb" version="1.0.29"/>
<import addon="script.module.metadatautils" version="1.0.38"/>
<import addon="script.skin.helper.service" version="1.1.33"/>
<import addon="script.skin.helper.widgets" version="1.0.42"/>
<import addon="script.skin.helper.skinbackup" version="1.0.19"/>
<import addon="script.skin.helper.backgrounds" version="1.0.33"/>
<import addon="script.tv.show.next.aired" version="8.0.1"/>
</requires>
<extension debugging="false" defaultthemename="Textures.xbt" effectslowdown="1" point="xbmc.gui.skin">
<res aspect="16:9" default="true" folder="1080i" height="1080" width="1920" />
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en_GB">Minimalistic. Customisable. Multiple Widgets.</summary>
<summary lang="de_DE">Minimalistisch. Anpassbar. Mehrere Widgets.</summary>
<description lang="en_GB">Aura is highly customisable skin with multiple widgets and a horizontal home menu. Aura combines the minimalism and rounded edges of Arctic Zephyr with the sleek customisability of Horizon. Whilst the best Aura experience is had with a remote, Aura has been designed to accomodate mouse and touch users where possible.</description>
<description lang="de_DE">Aura ist ein sehr anpassbarer Skin mit mehreren Widgets und einem horizontalen Home-Menü. Aura kombiniert den Minimalismus und die abgerundeten Kanten von Arctic Zephyr mit der eleganten Anpassungsfähigkeit von Horizon. Während das beste Aura-Erlebnis mit einer Fernbedienung geboten wird, wurde Aura so konzipiert, dass es auch Maus- und Touch-Benutzern nach Möglichkeit entgegenkommt.</description>
<platform>all</platform>
<license>Creative Commons Attribution Non-Commercial Share-Alike 4.0</license>
<forum>https://forum.kodi.tv/showthread.php?tid=328558</forum>
<source>https://github.com/kcook98765/skin.aura</source>
<assets>
<icon>icon.png</icon>
<fanart>fanart.jpg</fanart>
<screenshot>resources/screenshot-01.jpg</screenshot>
<screenshot>resources/screenshot-02.jpg</screenshot>
<screenshot>resources/screenshot-03.jpg</screenshot>
<screenshot>resources/screenshot-04.jpg</screenshot>
<screenshot>resources/screenshot-05.jpg</screenshot>
</assets>
</extension>
</addon>