forked from zoreu/plugin.video.kingiptv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaddon.xml
27 lines (27 loc) · 1.46 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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.kingiptv" version="0.0.2" name="KING IPTV" provider-name="Joel">
<requires>
<import addon="script.module.simplejson" />
<import addon="script.module.six" />
<import addon="script.module.kodi-six" />
<import addon="script.module.beautifulsoup4"/>
<import addon="script.module.requests"/>
<import addon="script.module.inputstreamhelper"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">King iptv is an addon that searches for videos on the internet</summary>
<summary lang="pt">king iptv é um addon que busca vídeos na internet</summary>
<description lang="en">Video Streaming Through Hosting Providers</description>
<description lang="pt">Streaming de videos atraves de provedores de hospedagem</description>
<platform>all</platform>
<license>GNU GENERAL PUBLIC LICENSE. Version 3, 29 June 2007</license>
<disclaimer>The author of this addon do 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>
</assets>
</extension>
</addon>