-
Notifications
You must be signed in to change notification settings - Fork 13
/
addon.xml
36 lines (36 loc) · 2.38 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
<?xml version="1.0" encoding="utf-8"?>
<addon id="skin.madnox" version="20.12.24+m" name="Madnox" provider-name="Mr. V">
<requires>
<import addon="xbmc.gui" version="5.15.0"/>
<import addon="script.skinshortcuts" version="1.0.17"/>
<import addon="script.skin.helper.colorpicker" version="1.0.13"/>
<import addon="script.image.resource.select" version="2.0.4"/>
</requires>
<extension point="xbmc.gui.skin" debugging="false">
<res width="1920" height="1080" aspect="16:9" default="true" folder="16x9" />
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en_GB">A feature rich and fully customisable skin</summary>
<description lang="en_GB">Madnox stands for eye candy and customisation. There are many different views and options to present your media in the way you want it. All views are fully customisable. You can change the look with different styles, themes and options.</description>
<disclaimer lang="en_GB">Madnox is the successor to Aeon Madnox by Mike_Doc, schimi2k and MeowMoo. It is a skin based on the design of Aeon by djh_ and Aeon Nox 4 by BigNoid and phil65. All credits to the makers of these skins and mods.</disclaimer>
<platform>all</platform>
<license>CC BY-SA 4.0, GNU GENERAL PUBLIC LICENSE Version 2.0</license>
<forum></forum>
<source>https://github.com/mistervee/skin.madnox</source>
<website>https://github.com/mistervee/skin.madnox</website>
<assets>
<icon>resources/icon.png</icon>
<fanart>resources/fanart.jpg</fanart>
<screenshot>resources/screenshots/screenshot-01.jpg</screenshot>
<screenshot>resources/screenshots/screenshot-02.jpg</screenshot>
<screenshot>resources/screenshots/screenshot-03.jpg</screenshot>
<screenshot>resources/screenshots/screenshot-04.jpg</screenshot>
<screenshot>resources/screenshots/screenshot-05.jpg</screenshot>
<screenshot>resources/screenshots/screenshot-06.jpg</screenshot>
<screenshot>resources/screenshots/screenshot-07.jpg</screenshot>
<screenshot>resources/screenshots/screenshot-08.jpg</screenshot>
<screenshot>resources/screenshots/screenshot-09.jpg</screenshot>
<screenshot>resources/screenshots/screenshot-10.jpg</screenshot>
</assets>
</extension>
</addon>