forked from b-jesch/skin.estuary.modv2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
addon.xml
executable file
·48 lines (48 loc) · 2.98 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
47
48
<?xml version="1.0" encoding="UTF-8"?>
<addon id="skin.estuary.modv2" version="3.4.0+matrix.14" name="Estuary MOD V2 Matrix" provider-name="Guilouz, K19 branch by PvD">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="xbmc.gui" version="5.15.0"/>
<import addon="script.skinshortcuts" version="1.1.3"/>
<import addon="script.image.resource.select" version="3.0.2"/>
<import addon="script.module.pvr.artwork" version="2.0.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="2338" height="1080" aspect="19.5:9" default="false" folder="xml" />
<res width="2160" height="1080" aspect="18:9" default="false" folder="xml" />
<res width="2560" height="1080" aspect="21:9" default="false" folder="xml" />
</extension>
<extension point="xbmc.service" library="scripts/services.py" visible="!String.IsEmpty(Window(home).Property(CurrentSkin))" />
<extension point="kodi.context.item">
<menu id="kodi.core.main">
<item library="scripts/context_menu_jumptoletter.py">
<label>$LOCALIZE[40165]</label>
<visible>!String.IsEmpty(Window(home).Property(CurrentSkin)) + [String.IsEqual(ListItem.dbtype,movie) | String.IsEqual(ListItem.dbtype,set) | String.IsEqual(ListItem.dbtype,tvshow) | String.IsEqual(ListItem.dbtype,artist) | String.IsEqual(ListItem.dbtype,album) | String.IsEqual(ListItem.dbtype,musicvideo) | Container.Content(addons)] + !Window.IsVisible(Home)</visible>
</item>
<item library="scripts/context_menu_moviessets.py">
<label>$LOCALIZE[40181]</label>
<visible>!String.IsEmpty(Window(home).Property(CurrentSkin)) + String.IsEqual(ListItem.DBType,set) + !Window.IsVisible(Home)</visible>
</item>
</menu>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en_GB">Estuary MOD V2 skin by Guilouz, adapted for Matrix by PvD</summary>
<description lang="en_GB">Estuary MOD V2 is a mod from Estuary by Guilouz for Kodi 18 and adapted for Kodi 19 (Matrix) by PvD from Kodinerds Community. It attempts to be easy for first time Kodi users to understand and use.</description>
<disclaimer lang="en_GB">For better experience, be sure to install all addons required by the theme.</disclaimer>
<platform>all</platform>
<license>CC BY-SA 4.0, GNU GENERAL PUBLIC LICENSE Version 2.0</license>
<source>https://github.com/b-jesch/skin.estuary.modv2</source>
<assets>
<icon>resources/icon.png</icon>
<fanart>resources/fanart.jpg</fanart>
</assets>
<news>
For a complete view of changes visit https://github.com/b-jesch/skin.estuary.modv2
</news>
</extension>
</addon>