summaryrefslogtreecommitdiff
path: root/plugin.video.multichannel/addon.xml
diff options
context:
space:
mode:
Diffstat (limited to 'plugin.video.multichannel/addon.xml')
-rw-r--r--plugin.video.multichannel/addon.xml29
1 files changed, 29 insertions, 0 deletions
diff --git a/plugin.video.multichannel/addon.xml b/plugin.video.multichannel/addon.xml
new file mode 100644
index 0000000..18d19e6
--- /dev/null
+++ b/plugin.video.multichannel/addon.xml
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<addon id="plugin.video.multichannel" version="1.0.0" name="MultiChannel News" 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">Multichannel News covers stories from multiple online media providers like Hulu, Netflix.</summary>
+ <description lang="en_GB">Multichannel News covers multichannel television and communications providers, such as cable operators, satellite television firms and telephone companies, as well as emerging Internet video and communication services.</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.multichannel</source>
+ <website>http://multichannel.com</website>
+ <news></news>
+ <forum>https://forum.kodi.tv/showthread.php?tid=326555</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>