forked from magnumdoomguy/skin.aeon.nox.5
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathaddon.xml
23 lines (23 loc) · 757 Bytes
/
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
<?xml version="1.0" encoding="UTF-8"?>
<addon
id="skin.aeon.nox.5"
version="5.2.0"
name="Aeon Nox"
provider-name="magnumdoomguy">
<requires>
<import addon="xbmc.gui" version="4.0.0"/>
</requires>
<extension
point="xbmc.gui.skin"
defaultthemename="textures.xbt"
debugging="false"
effectslowdown="0.75">
<res width="1920" height="1080" aspect="16:9" default="true" folder="1080i" />
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">Aeon Nox 5</summary>
<description lang="en">Completely redesigned to create a modern look, while retaining the classic Aeon feel. Modified to run on Plex Home Theater.</description>
<disclaimer lang="en"></disclaimer>
<platform>all</platform>
</extension>
</addon>