-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathaddons.xml
More file actions
26 lines (23 loc) · 1.08 KB
/
addons.xml
File metadata and controls
26 lines (23 loc) · 1.08 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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addons>
<addon id="skin.destiny" name="Destiny" version="1.5.4" provider-name="Jugger">
<requires>
<import addon="xbmc.gui" version="5.10.0"/>
<import addon="repository.lost-and-found" version="1.1.8"/>
</requires>
<extension
point="xbmc.gui.skin"
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">skin created and design by Jugger</summary>
<summary lang="de">Skin Destiny von Jugger</summary>
<description lang="en">The skin is kept simple but Destiny Modern skin but has a lot to offer.</description>
<description lang="de">Der Skin Destiny ist ein schlicht gehaltener aber Moderner Skin der aber auch einiges zu bieten hat.[CR]Support gibt es unter http://www.kodinerds.net</description>
<disclaimer lang="en">no official skin use at your own risk.</disclaimer>
<platform>all</platform>
</extension>
</addon>
</addons>