-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaddon.xml
More file actions
27 lines (27 loc) · 1.09 KB
/
addon.xml
File metadata and controls
27 lines (27 loc) · 1.09 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
<?xml version="1.0" encoding="UTF-8"?>
<addon
id="skin.night"
version="1.0.0"
name="Night"
provider-name="mcborzu">
<requires>
<import addon="xbmc.gui" version="2.11"/>
</requires>
<extension
point="xbmc.gui.skin"
defaultresolution="720p"
defaultresolutionwide="720p"
defaultthemename="textures.xbt"
effectslowdown="1"
debugging="false"/>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<minversion app="xbmc">28000</minversion>
<summary>Night skin by mcborzu</summary>
<summary lang="nl"></summary>
<description>Night started as a project for myself to learn skinning but quickly evolved into a full skin. It's main features include: TV Show Logos, Bigger Episode thumbs, more realistic 3D thumbs in some views, all while having fast window transitions. Amongst many features just a skin that tries to do things differently...</description>
<description lang="nl"></description>
<disclaimer>More info on the skin can be found at the XBMC Forums.</disclaimer>
<disclaimer lang="nl"></disclaimer>
</extension>
</addon>