forked from jurialmunkey/skin.aura
-
Notifications
You must be signed in to change notification settings - Fork 0
/
addon.xml
31 lines (31 loc) · 1.99 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
<addon id="skin.auratimod" name="AuraTiMod" provider-name="mod by titovskiy, original by jurialmunkey" version="1.0.5">
<requires>
<import addon="xbmc.gui" version="5.14.0" />
<import addon="script.skinshortcuts" version="0.4.0" />
<import addon="script.extendedinfo" version="3.0.0" />
<import addon="script.image.resource.select" version="0.0.5" />
<import addon="plugin.program.autocompletion" version="1.0.1" />
<import addon="resource.images.studios.white" version="0.0.10" />
<import addon="resource.images.moviegenreicons.transparent" version="0.0.6" />
</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>
<description lang="en_GB">AuraTiMod is highly customisable skin with multiple widgets and a horizontal home menu. AuraTiMod combines the minimalism and rounded edges of Arctic Zephyr with the sleek customisability of Horizon. Whilst the best AuraTiMod experience is had with a remote, AuraTiMod has been designed to accomodate mouse and touch users where possible.</description>
<platform>all</platform>
<license>Creative Commons Attribution Non-Commercial Share-Alike 4.0</license>
<forum/>
<source>https://github.com/titovskiy/skin.auratimod/tree/Leia</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>