forked from joeg8385/plugin.video.venom
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaddon.xml
More file actions
46 lines (46 loc) · 2.77 KB
/
addon.xml
File metadata and controls
46 lines (46 loc) · 2.77 KB
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
<addon id="plugin.video.venom" name="[COLOR red]Venom[/COLOR]" provider-name="Venom" version="5.0.5">
<requires>
<import addon="context.venom" />
<import addon="script.module.myaccounts" />
<import addon="script.module.fenomscrapers" />
<import addon="script.module.requests" />
<import addon="script.module.beautifulsoup4" />
<import addon="script.module.metahandler" optional="true" />
<import addon="plugin.video.youtube" optional="true" />
<import addon="script.module.addon.signals" optional="true" />
</requires>
<extension library="venom.py" point="xbmc.python.pluginsource">
<provides>video</provides>
</extension>
<extension library="service.py" point="xbmc.service" start="startup" />
<extension library="resources/lib/" point="xbmc.python.module" />
<extension point="xbmc.addon.metadata">
<reuselanguageinvoker>true</reuselanguageinvoker>
<summary lang="en">[B][COLOR red]Venom[/COLOR][/B] - We do not host any of the contents streamed</summary>
<description lang="en">[B][COLOR red]Venom[/COLOR][/B][CR] This addon does not form part of the Kodi Media Centre. Please do not seek assistance with this addon from any of the Official Kodi Support Channels.[CR]The author does not host any of the content in this addon and takes no responsibility for content found</description>
<platform>all</platform>
<license>GNU GENERAL PUBLIC LICENSE. Version 3, 29 June 2007</license>
<forum />
<website>https://github.com/123Venom/plugin.video.venom</website>
<source>https://github.com/123Venom/plugin.video.venom</source>
<disclaimer lang="en">The author of this addon does not host any of the content which is found and have no affiliation with any of the content providers. This addon simply searches websites for content. Use at your own risk!</disclaimer>
<assets>
<icon>icon.png</icon>
<fanart>fanart.jpg</fanart>
<screenshot>resources/screenshots/screenshot001.jpg</screenshot>
<screenshot>resources/screenshots/screenshot002.jpg</screenshot>
<screenshot>resources/screenshots/screenshot003.jpg</screenshot>
</assets>
<news>
[B][COLOR red]Update - v5.0.5 - May 14, 2021[/COLOR][/B]
[COLOR yellow]--[/COLOR][I] Fixed RD failed resolving issue when "&" or "%" exists in meta title.[/I]
[COLOR yellow]--[/COLOR][I] Fixed RD failed resolving issue when "error" existed in the meta title.
Thanks noizex!! [/I]
[COLOR yellow]--[/COLOR][I] Change duplicate source removal that upon hash match will keep
the match with longer title portion of the magnet. This
results in reassuring the kept source is the one
containing more file info.[/I]
[COLOR yellow]--[/COLOR][I] Fixed episode count when unwatched counts for multi list is enabled.[/I]
</news>
</extension>
</addon>