summaryrefslogtreecommitdiff
path: root/plugin.video.disclosetv/addon.xml
diff options
context:
space:
mode:
Diffstat (limited to 'plugin.video.disclosetv/addon.xml')
-rw-r--r--plugin.video.disclosetv/addon.xml29
1 files changed, 29 insertions, 0 deletions
diff --git a/plugin.video.disclosetv/addon.xml b/plugin.video.disclosetv/addon.xml
new file mode 100644
index 0000000..9d11590
--- /dev/null
+++ b/plugin.video.disclosetv/addon.xml
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<addon id="plugin.video.disclosetv" version="1.0.0" name="Disclose.tv" provider-name="Lunatixz">
+ <requires>
+ <import addon="xbmc.python" version="2.25.0"/>
+ <import addon="script.module.simplecache" version="1.0.0"/>
+ <import addon="script.module.youtube.dl" version="17.0.0"/>
+ <import addon="script.module.beautifulsoup4" version="4.3.2"/>
+ </requires>
+ <extension point="xbmc.python.pluginsource" library="default.py">
+ <provides>video</provides>
+ </extension>
+ <extension point="xbmc.addon.metadata">
+ <summary lang="en_GB">New voices, different perspectives, first-hand accounts, alternative breaking news.</summary>
+ <description lang="en_GB">Disclose.tv is a fast-growing open publishing online community of like-minded users, who submit, share and discuss contents and topics ignored, denied, censored, suppressed, marginalized or inadequately covered by the mainstream media, governmental institutions, and other information gatekeepers.</description>
+ <platform>all</platform>
+ <license>GNU GENERAL PUBLIC LICENSE. Version 3, June 2007</license>
+ <source>https://github.com/Lunatixz/KODI_Addons/tree/master/plugin.video.disclosetv</source>
+ <website>http://disclose.tv</website>
+ <news></news>
+ <forum>https://forum.kodi.tv/showthread.php?tid=325746</forum>
+ <assets>
+ <icon>resources/images/icon.png</icon>
+ <fanart>resources/images/fanart.jpg</fanart>
+ <screenshot>resources/images/screenshot01.png</screenshot>
+ <screenshot>resources/images/screenshot02.png</screenshot>
+ <screenshot>resources/images/screenshot03.png</screenshot>
+ </assets>
+ </extension>
+</addon>