-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathaddons.xml
114 lines (108 loc) · 6.47 KB
/
addons.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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addons>
<addon id="plugin.video.matrix" name="Matrix" version="6.4.0" provider-name="zombi">
<requires>
<trycatch>
<try>
<import addon="xbmc.python" version="3.0.0"/>
</try>
<catch>
<import addon="xbmc.python" version="2.24.0"/>
</catch>
</trycatch>
<import addon="repository.zombi"/>
<import addon="script.module.pyqrcode"/>
<import addon="script.kodi.loguploader"/>
<import addon="script.module.requests"/>
<import addon="script.module.beautifulsoup4" version="4.9.3"/>
<import addon="script.module.resolveurl" version="5.1.00"/>
<import addon="script.module.dnspython" optional="true"/>
<import addon="script.module.selenium" optional="true"/>
<!-- Pour le DEBUG <import addon="script.module.pydevd" version="4.4.0"/> -->
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="kodi.context.item">
<menu id="kodi.core.main">
<item library="resources/lib/gui/menuInformation.py">
<label>[COLOR lightcoral]$ADDON[plugin.video.matrix 30208][/COLOR]</label>
<visible>Window.IsVisible(home) + ListItem.Property(sMeta)</visible>
</item>
<item library="resources/lib/gui/menuAddBookmark.py">
<label>[COLOR lightcoral]$ADDON[plugin.video.matrix 30210][/COLOR]</label>
<visible>Window.IsVisible(home) + !ListItem.Property(isBookmark) + ListItem.Property(sMeta)</visible>
</item>
<item library="resources/lib/gui/menuSimil.py">
<label>[COLOR lightcoral]$ADDON[plugin.video.matrix 30213][/COLOR]</label>
<visible>Window.IsVisible(home) + ListItem.Property(sMeta)</visible>
</item>
<item library="resources/lib/gui/menuParents.py">
<label>[COLOR lightcoral]$ADDON[plugin.video.matrix 33213][/COLOR]</label>
<visible>Window.IsVisible(home) + ListItem.Property(sMeta)</visible>
</item>
<item library="resources/lib/gui/menuDelBookmark.py">
<label>$ADDON[plugin.video.matrix 30412]</label>
<visible>Window.IsVisible(home) + ListItem.Property(isBookmark)</visible>
</item>
<item library="resources/lib/gui/menuDelViewing.py">
<label>$ADDON[plugin.video.matrix 30412]</label>
<visible>Window.IsVisible(home) + ListItem.Property(isViewing)</visible>
</item>
</menu>
</extension>
<extension point="xbmc.service" library="service.py"/>
<extension point="xbmc.addon.metadata">
<summary lang="fr_FR">Matrix is an arabic addon</summary>
<description lang="fr_FR">Matrix lets u access arabic video websites in a beautiful and easy way</description>
<disclaimer lang="fr_FR">This add-on doesn’t host any content of any kind. It only shows content from websites available online. All this add-on does is make simple HTTP requests to retrieve and display content just like any web browser would do!</disclaimer>
<summary lang="fr_CA">Matrix is an arabic addon</summary>
<description lang="fr_CA">Matrix lets u access arabic video websites in a beautiful and easy way</description>
<disclaimer lang="fr_CA">This add-on doesn’t host any content of any kind. It only shows content from websites available online. All this add-on does is make simple HTTP requests to retrieve and display content just like any web browser would do!</disclaimer>
<summary lang="en_GB">Matrix is an arabic addon</summary>
<description lang="en_GB">Matrix lets u access arabic video websites in a beautiful and easy way</description>
<disclaimer lang="en_GB">Matrix is an arabic addon</disclaimer>
<summary lang="en_NZ">Matrix lets u access arabic video websites in a beautiful and easy way</summary>
<description lang="en_NZ">Matrix lets u access arabic video websites in a beautiful and easy way</description>
<disclaimer lang="en_NZ">This add-on doesn’t host any content of any kind. It only shows content from websites available online. All this add-on does is make simple HTTP requests to retrieve and display content just like any web browser would do!</disclaimer>
<summary lang="en_US">Matrix is an arabic addon</summary>
<description lang="en_US">Matrix lets u access arabic video websites in a beautiful and easy way</description>
<disclaimer lang="en_US">This add-on doesn’t host any content of any kind. It only shows content from websites available online. All this add-on does is make simple HTTP requests to retrieve and display content just like any web browser would do!</disclaimer>
<platform>all</platform>
<license>GNU GENERAL PUBLIC LICENSE</license>
<forum>https://github.com/zombiB/zombi-addons/issues</forum>
<source>https://github.com/zombiB/zombi-addons/issues</source>
<assets>
<icon>icon.png</icon>
<fanart>fanart.jpg</fanart>
<screenshot>screenshot-01.jpg</screenshot>
<screenshot>screenshot-02.jpg</screenshot>
<screenshot>screenshot-03.jpg</screenshot>
<screenshot>screenshot-04.jpg</screenshot>
</assets>
</extension>
</addon>
<addon id="repository.zombi"
name="Zombi Repository"
version="0.0.9"
provider-name="zombi">
<extension point="xbmc.addon.repository" name="Zombi Repository">
<dir>
<info compressed="false">https://raw.githubusercontent.com/zombiB/zombi-addons/master/addons.xml</info>
<checksum>https://raw.githubusercontent.com/zombiB/zombi-addons/master/addons.xml.md5</checksum>
<datadir zip="true">https://github.com/zombiB/zombi-addons/raw/master/repo</datadir>
<hashes>false</hashes>
</dir>
<dir>
<info compressed="false">https://raw.githubusercontent.com/Gujal00/smrzips/master/addons.xml</info>
<checksum>https://raw.githubusercontent.com/Gujal00/smrzips/master/addons.xml.md5</checksum>
<datadir zip="true">https://raw.githubusercontent.com/Gujal00/smrzips/master/zips/</datadir>
</dir>
</extension>
<extension point="xbmc.addon.metadata">
<summary>Matrix Repository</summary>
<description>arabic vod addon</description>
<platform>all</platform>
</extension>
</addon>
</addons>