-
Notifications
You must be signed in to change notification settings - Fork 12
/
addon.xml
41 lines (41 loc) · 1.74 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
<?xml version="1.0" encoding="UTF-8"?>
<addon
id="skin.omni"
version="2.1.0"
name="Omni"
provider-name="braz">
<requires>
<import addon="xbmc.gui" version="5.13.0"/>
<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="xml" />
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en_GB">Omni by braz</summary>
<summary lang="en_US">Omni by braz</summary>
<description lang="en_GB">A Kodi skin with an omnipresent menu.</description>
<description lang="en_US">A Kodi skin with an omnipresent menu.</description>
<platform>all</platform>
<license>CC BY-NC-SA 4.0</license>
<forum>https://forum.kodi.tv/forumdisplay.php?fid=271</forum>
<website></website>
<email></email>
<source>https://github.com/braz96/skin.omni</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>2.1.0[CR]- Complete redesign of home window with static menu and widgets, can enable/disable items in skin settings.[CR]- Many other fixes and minor changes.</news>
</extension>
</addon>