-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathaddon.xml
executable file
·22 lines (22 loc) · 1.17 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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.genesis" name="Genesis" version="5.1.3" provider-name="lambda">
<requires>
<import addon="xbmc.python" version="2.1.0" />
<import addon="script.module.requests" version="1.0.0" />
<import addon="script.module.metahandler" optional="true" />
<import addon="plugin.video.youtube" optional="true" />
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.service" library="service.py" start="startup" />
<extension point="xbmc.addon.metadata">
<summary lang="en">Le origini dello streaming</summary>
<description lang="en">Visit TVADDONS.ag for support</description>
<disclaimer lang="en">The author does not host or distribute any of the content displayed by this addon. The author does not have any affiliation with the content provider.</disclaimer>
<forum>http://forums.tvaddons.ag/forums/148-lambda-s-xbmc-addons</forum>
<source>https://offshoregit.com/lambda81/</source>
<website>https://offshoregit.com/lambda81/</website>
<platform>all</platform>
</extension>
</addon>