-
Notifications
You must be signed in to change notification settings - Fork 275
/
addons.xml
101 lines (95 loc) · 5.38 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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addons>
<addon id="plugin.video.vstream" name="vStream" version="3.1.1" provider-name="venom-xbmc-addons">
<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.vstream"/>
<import addon="script.module.pyqrcode"/>
<import addon="script.module.requests"/>
<import addon="script.module.dnspython" 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.vstream 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.vstream 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.vstream 30213][/COLOR]</label>
<visible>Window.IsVisible(home) + ListItem.Property(sMeta)</visible>
</item>
<item library="resources/lib/gui/menuDelBookmark.py">
<label>$ADDON[plugin.video.vstream 30412]</label>
<visible>Window.IsVisible(home) + ListItem.Property(isBookmark)</visible>
</item>
<item library="resources/lib/gui/menuDelViewing.py">
<label>$ADDON[plugin.video.vstream 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">vStream par Venom, TmpName, Arias800, Razorex, Sizanic, Yodidon.</summary>
<description lang="fr_FR">vStream est un module de streaming Francais, retrouvez tous vos films, series, japanimes, documentaires, reportages, concerts, sports,...</description>
<disclaimer lang="fr_FR">vStream est un addon de streaming videos. Obtenez du support auprès de notre partenaire [COLOR red]"les alKODIques"[/COLOR].</disclaimer>
<summary lang="fr_CA">vStream par Venom, TmpName, Arias800, Razorex, Sizanic, Yodidon.</summary>
<description lang="fr_CA">vStream est un module de streaming Francais, trouvez tous vos films, series et mangas.</description>
<disclaimer lang="fr_CA">vStream est un addon de streaming videos</disclaimer>
<summary lang="en_GB">vStream by Venom, TmpName, Arias800, Razorex, Sizanic, Yodidon.</summary>
<description lang="en_GB">vStream module and a French streaming, find all your movies, TV shows and mangas.</description>
<disclaimer lang="en_GB">vStream is a video streaming addon</disclaimer>
<summary lang="en_NZ">vStream by Venom, TmpName, Arias800, Razorex, Sizanic, Yodidon.</summary>
<description lang="en_NZ">vStream module and a French streaming, find all your movies, TV shows and mangas.</description>
<disclaimer lang="en_NZ">vStream is a video streaming addon</disclaimer>
<summary lang="en_US">vStream by Venom, TmpName, Arias800, Razorex, Sizanic, Yodidon.</summary>
<description lang="en_US">vStream module and a French streaming, find all your movies, TV shows and mangas.</description>
<disclaimer lang="en_US">vStream is a video streaming addon</disclaimer>
<platform>all</platform>
<license>GNU GENERAL PUBLIC LICENSE</license>
<forum>https://github.com/Kodi-vStream/venom-xbmc-addons/issues</forum>
<source>https://github.com/Kodi-vStream/venom-xbmc-addons/</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>
</assets>
</extension>
</addon>
<addon id="repository.vstream"
name="vStream Repository"
version="0.0.6"
provider-name="Venom">
<extension point="xbmc.addon.repository" name="vStream XBMC Addon Repository">
<dir>
<info compressed="false">https://raw.githubusercontent.com/Kodi-vStream/venom-xbmc-addons/master/addons.xml</info>
<checksum>https://raw.githubusercontent.com/Kodi-vStream/venom-xbmc-addons/master/addons.xml.md5</checksum>
<datadir zip="true">https://github.com/Kodi-vStream/venom-xbmc-addons/raw/master/repo</datadir>
</dir>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="fr">vStream Repository</summary>
<description lang="fr">Installer vStream</description>
<summary lang="en">vStream Repository</summary>
<description lang="en">Download and install vStream</description>
<platform>all</platform>
</extension>
</addon>
</addons>