-
Notifications
You must be signed in to change notification settings - Fork 0
/
addon.xml
46 lines (46 loc) · 2.9 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
44
45
46
<?xml version="1.0" encoding="UTF-8"?>
<addon id="skin.estuary_v" version="2.0.21.1" name="Estuary V" provider-name="phil65, Ichabod Fletchman, viking1304">
<requires>
<import addon="xbmc.gui" version="5.14.0"/>
</requires>
<extension point="xbmc.gui.skin" debugging="false">
<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="2040" height="1080" aspect="17:9" 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" />
<res width="2338" height="1080" aspect="19.5:9" default="false" folder="xml" />
<res width="2160" height="1080" aspect="18:9" default="false" folder="xml" />
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en_GB">Slightly modified Estuary skin</summary>
<summary lang="en_NZ">Slightly modified Estuary skin</summary>
<summary lang="en_US">Slightly modified Estuary skin</summary>
<summary lang="hr_HR">Neznatno izmjenjena Estuary presvlaka</summary>
<summary lang="sr_RS">Незнатно измењена маска Estuary</summary>
<summary lang="sr_RS@latin">Neznatno izmenjena maska Estuary</summary>
<description lang="en_GB">Slightly modified Estuary skin (the default skin for Kodi 17.0 and above)</description>
<description lang="en_NZ">Slightly modified Estuary skin (the default skin for Kodi 17.0 and above)</description>
<description lang="en_US">Slightly modified Estuary skin (the default skin for Kodi 17.0 and above)</description>
<description lang="hr_HR">Neznatno izmjenjena Estuary presvlaka (uobičajena presvlaka za Kodi 17.0 i novije inačice)</description>
<description lang="sr_RS">Незнатно измењена Estuary маска (подразумевана маска за Kodi 17.0 и новије верзије)</description>
<description lang="sr_RS@latin">Neznatno izmenjena Estuary maska (podrazumevana maska za Kodi 17.0 i novije verzije)</description>
<platform>all</platform>
<license>CC BY-SA 4.0, GNU GENERAL PUBLIC LICENSE Version 2.0</license>
<forum>http://forum.kodi.tv/</forum>
<source>https://github.com/viking1304/skin.estuaryv/</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>