forked from braz96/skin.mimic
-
Notifications
You must be signed in to change notification settings - Fork 8
/
addon.xml
43 lines (43 loc) · 2.52 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
35
36
37
38
39
40
41
42
43
<?xml version="1.0" encoding="UTF-8"?>
<addon id="skin.lyrebird" name="Lyrebird" version="1.0.0a" provider-name="Rufoo">
<requires>
<import addon="xbmc.gui" version="5.14.0"/>
<import addon="resource.images.studios.white" version="0.0.6"/>
<import addon="script.skinshortcuts" version="1.0.17"/>
<import addon="script.toolbox" version="1.0.0"/>
</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_AU">Lyrebird</summary>
<summary lang="en_GB">Lyrebird</summary>
<summary lang="en_NZ">Lyrebird</summary>
<summary lang="en_US">Lyrebird</summary>
<description lang="en_AU">A blend of Mimic, Cirrus Extended, and others focusing on robust view support for gaming HTPC setups.</description>
<description lang="en_GB">A blend of Mimic, Cirrus Extended, and others focusing on robust view support for gaming HTPC setups.</description>
<description lang="en_NZ">A blend of Mimic, Cirrus Extended, and others focusing on robust view support for gaming HTPC setups.</description>
<description lang="en_US">A blend of Mimic, Cirrus Extended, and others focusing on robust view support for gaming HTPC setups.</description>
<platform>all</platform>
<license>CC BY-NC-SA 4.0</license>
<forum>http://forum.kodi.tv/forumdisplay.php?fid=218</forum>
<website></website>
<email></email>
<source>https://github.com/rufoo/skin.lyrebird</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>
<screenshot>resources/screenshot-09.jpg</screenshot>
<screenshot>resources/screenshot-10.jpg</screenshot>
</assets>
<news>"There's no news like bad news" - Elliot Carver, Tomorrow Never Dies (1999)</news>
</extension>
</addon>