-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaddon.xml
35 lines (35 loc) · 2.03 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
<?xml version="1.0" encoding="utf-8"?>
<addon
id="skin.aeon.knox"
version="4.0.9"
name="Aeon Knox"
provider-name="Big_Noid & phil65">
<requires>
<import addon="xbmc.gui" version="4.0.0"/>
<import addon="script.favourites" version="3.2.4"/>
<import addon="script.playlists" version="0.1.1"/>
<import addon="script.tv.show.next.aired" version="4.1.20"/>
<import addon="script.artwork.downloader" version="12.0.2"/>
<import addon="script.artistslideshow" version="1.3.2"/>
<import addon="script.globalsearch" version="0.2.5"/>
<import addon="script.playalbum" version="0.0.6"/>
<import addon="script.randomandlastitems" version="2.0.0"/>
<import addon="service.skin.widgets" version="0.0.13"/>
</requires>
<extension
point="xbmc.gui.skin"
defaultthemename="Textures.xbt"
debugging="false"
effectslowdown="1.0">
<res width="1920" height="1080" aspect="16:9" default="true" folder="1080i" />
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">Aeon Nox 4.0 by Big_Noid & phil65</summary>
<description lang="en">Aeon Nox is an artwork-intense XBMC skin with an endless amount of customization possibilites. There are many different views and options to present your media in the way you want it. The home window is fully customizable, you can re-order main menu items, assign submenus and widgets to them or change the overall look with different styles and themes. A skin which perfectly adapts to your needs.It is based on the design of Aeon by djh_. A great deal of textures used are from Aeon and its mods. All credits to the creators of these skins and mods.</description>
<disclaimer lang="en">Only compatible with XBMC 12.0 Frodo. Not recommended for low-end platforms (Raspberry PI, AppleTV, Android devices)</disclaimer>
<platform>all</platform>
<source>https://github.com/BigNoid/Aeon-Nox</source>
<forum>http://forum.xbmc.org/forumdisplay.php?fid=142</forum>
<website>https://github.com/BigNoid/Aeon-Nox</website>
</extension>
</addon>