35 lines
2.0 KiB
XML
35 lines
2.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<addon
|
|
id="skin.project.aura"
|
|
version="1.0.0"
|
|
name="Project Aura"
|
|
provider-name="jurialmunkey, ProtoType">
|
|
<requires>
|
|
<import addon="xbmc.gui" version="5.15.0" />
|
|
<import addon="script.skinshortcuts" version="1.1.4" />
|
|
<import addon="script.extendedinfo" version="5.6.0+matrix.3" />
|
|
<import addon="script.image.resource.select" version="3.0.2" />
|
|
<import addon="resource.images.studios.white" version="0.0.25" />
|
|
<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. Customizable. Multiple Widgets. Modified To How I Like It!</summary>
|
|
<description lang="en_GB">Project Aura is my first attempt at anything to do with Kodi skinning. Out of all the skins I've tried, Aura was everything I wanted. When I learned there was no Matrix support, I decided to make it myself! I have made a few tweaks here and there, but the majority of the skin is exactly as jurialmunkey designed it. He deserves all the credit in the world.</description>
|
|
<platform>all</platform>
|
|
<license>Creative Commons Attribution Non-Commercial Share-Alike 4.0</license>
|
|
<source>https://github.com/ProtoTypeRepo/skin.project.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>
|