forked from Sranshaft/skin.immersive
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaddon.xml
30 lines (20 loc) · 1.09 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
<?xml version="1.0" encoding="UTF-8"?>
<addon id="skin.immersive" version="0.3.0" name="Immersive" provider-name="Four13 Designs">
<requires>
<import addon="xbmc.gui" version="5.0.1"/>
<import addon="service.skin.widgets" version="0.0.25"/>
<import addon="script.favourites" version="4.0.9"/>
<import addon="script.globalsearch" version="1.1.1"/>
<import addon="script.playalbum" version="0.1.2"/>
<import addon="script.tv.show.next.aired" version="5.0.6"/>
</requires>
<extension point="xbmc.gui.skin" defaultthemename="textures.xbt" debugging="false" effectslowdown="1.00">
<res width="1280" height="720" aspect="16:9" default="true" folder="720p" />
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary>Created by Four13 Designs</summary>
<description>Immersive combines the elegant simplicity of Microsoft's Metro UI with the media richness of XBMC to create an extremely user-friendly and inviting skin.</description>
<disclaimer>This skin is a work-in-progress. Bugs are expected to occur.</disclaimer>
</extension>
</addon>