-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathaddon.xml
More file actions
55 lines (55 loc) · 3.41 KB
/
addon.xml
File metadata and controls
55 lines (55 loc) · 3.41 KB
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
48
49
50
51
52
53
54
55
<?xml version="1.0" encoding="utf-8"?>
<addon id="skin.madnox" version="21.01.02" name="Madnox" provider-name="Kittmaster">
<requires>
<import addon="xbmc.gui" version="5.17.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 customizable skin</summary>
<description lang="en_GB">Madnox stands for eye candy and customization. There are many different views and options to present your media in the way you want it. All views are fully customizable. 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. Special thanks to Mr. V. 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>https://forum.kodi.tv/forumdisplay.php?fid=314</forum>
<source>https://github.com/kittmaster/KittmasterRepo/tree/master/repo/skin.madnox</source>
<website>https://github.com/kittmaster/KittmasterRepo/tree/master/repo/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>
<news>v.21.01.02
-Fixed capitalization for favorites activation.
v.21.01.01
-Minor version increase.
-Multiple change assists from Mike Silvo for Omega compliants (Thanks Mike!).
-Updated Video resolution icons.
-Updated Aspect Ratio icons from numeric to ratio.
-Updated color picker and selection interface.
-Added color picker box display to render color picker value.
-Added color selection background image overlay so dark colors don't get lost in the background.
-Replaced Artwork Beef with Artwork Dump.
-Added missing options in player controls in the subtitles section.
-Fixed Favorites for Omega's requirements.
-Fixed remaining outstanding issues with overlapping media flags with Movies/TV shows linked together.
-Updated audio channel icons.
-Fixed PVR and Media OSD info screen and reformatted with added features.
-Updated/Added multiple strings (EN) and some missing strings.
-Updated OpenSans Regular, Bold, Condensed fonts to including all missing fractions i.e. Naked Gun 33 1/3.
</news>
</extension>
</addon>