-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathaddon.xml
More file actions
15 lines (15 loc) · 764 Bytes
/
addon.xml
File metadata and controls
15 lines (15 loc) · 764 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<addon id="skin.quartz" version="5.1.7" name="Quartz" provider-name="Pecinko">
<requires>
<import addon="xbmc.gui" version="5.3.0"/>
<import addon="script.favourites" version="4.0.4"/>
</requires>
<extension
point="xbmc.gui.skin" defaultthemename="Textures.xbt" debugging="false">
<res width="1920" height="1080" aspect="16:9" default="true" folder="1080i" />
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary lang="en">Apple TV style skin</summary>
<description lang="en">Easy to use, fast and flexible user interface. If you believe that sometimes less means more, you might feel right at home with Quartz. Skin graphics by CloudDweller and Pecinko.</description>
</extension>
</addon>