-
Notifications
You must be signed in to change notification settings - Fork 1
/
addon.xml
34 lines (34 loc) · 1.6 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
31
32
33
34
<?xml version="1.0" encoding="UTF-8"?>
<addon id="skin.opacity" version="0.9.3" name="Opacity" provider-name="phil65">
<requires>
<import addon="xbmc.gui" version="5.12.0"/>
</requires>
<extension point="xbmc.gui.skin" debugging="false" dynamichome="true">
<res width="1920" height="1440" aspect="4:3" default="false" folder="xml" />
<res width="1920" height="1280" aspect="3:2" default="false" folder="xml" />
<res width="1920" height="1200" aspect="16:10" default="false" folder="xml" />
<res width="1920" height="1080" aspect="16:9" default="true" folder="xml" />
<res width="2560" height="1080" aspect="21:9" default="false" folder="xml" />
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en_GB">MrMC Default skin</summary>
<description lang="en_GB">MrMC Default skin</description>
<disclaimer lang="en_GB"></disclaimer>
<platform>all</platform>
<license>CC BY-SA 4.0, GNU GENERAL PUBLIC LICENSE Version 2.0</license>
<forum>http://mrmc.tv/forum/</forum>
<source>https://github.com/MrMC/mrmc/</source>
<assets>
<icon>resources/icon.png</icon>
<fanart>resources/fanart.jpg</fanart>
<screenshot>resources/screenshot-01.jpg</screenshot>
<screenshot>resources/screenshot-02.jpg</screenshot>
<screenshot>resources/screenshot-03.jpg</screenshot>
<screenshot>resources/screenshot-04.jpg</screenshot>
<screenshot>resources/screenshot-05.jpg</screenshot>
<screenshot>resources/screenshot-06.jpg</screenshot>
<screenshot>resources/screenshot-07.jpg</screenshot>
<screenshot>resources/screenshot-08.jpg</screenshot>
</assets>
</extension>
</addon>