-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathaddon.xml
64 lines (64 loc) · 4.63 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<?xml version="1.0" encoding="UTF-8"?>
<addon id="skin.estuarymod" version="3.0.8" name="EstuaryMOD (Leia)" provider-name="Reddit Reaper, Skyfsza">
<requires>
<import addon="xbmc.gui" version="5.14.0"/>
<import addon="script.skinshortcuts" version="1.0.18"/>
<import addon="script.skin.helper.service" version="1.1.24"/>
<import addon="script.skin.helper.widgets" version="1.0.38"/>
<import addon="script.image.resource.select" version="2.0.4"/>
</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/viewswitcher.py" visible="!String.IsEmpty(Window(home).Property(CurrentSkin)) + Skin.HasSetting(ForcedViews.Enabled)" />
<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>
<item library="scripts/context_menu_extendedinfo.py">
<label>$LOCALIZE[40182]</label>
<visible>!String.IsEmpty(Window(home).Property(CurrentSkin)) + System.HasAddon(script.extendedinfo) + !System.HasAddon(context.extendedinfo.dialog) + [String.IsEqual(ListItem.dbtype,movie) | String.IsEqual(ListItem.dbtype,tvshow) | String.IsEqual(ListItem.dbtype,season) | String.IsEqual(ListItem.dbtype,actor) | String.IsEqual(ListItem.dbtype,director)]</visible>
</item>
</menu>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en_GB">Estuary MOD V2 skin by Guilouz</summary>
<summary lang="fr_FR">Thème Estuary MOD V2 par Guilouz</summary>
<description lang="en_GB">Estuary MOD V2 is a mod from Estuary by Guilouz for Kodi 18. It attempts to be easy for first time Kodi users to understand and use.</description>
<description lang="fr_FR">Estuary MOD V2 est un mod de Estuary par Guilouz pour Kodi 18. Il est facile à comprendre et à utiliser pour les utilisateurs novices de Kodi.</description>
<disclaimer lang="en_GB">For better experience, be sure to install all addons required by the theme.</disclaimer>
<disclaimer lang="fr_FR">Pour une meilleure expérience, assurez-vous d'installer toutes les extensions requises par le thème.</disclaimer>
<platform>all</platform>
<license>CC BY-SA 4.0, GNU GENERAL PUBLIC LICENSE Version 2.0</license>
<source>https://github.com/Guilouz/skin.estuary.modv2</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>
<screenshot>resources/screenshot-11.jpg</screenshot>
</assets>
<news>[B]3.0.6[/B] - • Add Sub-Categories in panel view • Add Background capability for Categories • Adjusted padding on right side for categories • Adjust default view style to use WideList • Thank you Skyfsza, this is all thanks to you sir!</news>
</extension>
</addon>