summaryrefslogtreecommitdiff
path: root/plugin.video.cmore/addon.xml
diff options
context:
space:
mode:
Diffstat (limited to 'plugin.video.cmore/addon.xml')
-rw-r--r--plugin.video.cmore/addon.xml31
1 files changed, 31 insertions, 0 deletions
diff --git a/plugin.video.cmore/addon.xml b/plugin.video.cmore/addon.xml
new file mode 100644
index 0000000..d170533
--- /dev/null
+++ b/plugin.video.cmore/addon.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<addon id="plugin.video.cmore"
+ version="0.2.0"
+ name="C More"
+ provider-name="emilsvennesson">
+ <requires>
+ <import addon="xbmc.python" version="2.25.0"/>
+ <import addon="script.module.inputstreamhelper" version="0.2.2"/>
+ <import addon="script.module.requests" version="2.9.1"/>
+ </requires>
+ <extension point="xbmc.python.pluginsource" library="default.py">
+ <provides>video</provides>
+ </extension>
+ <extension point="xbmc.service" library="service.py" start="login" />
+ <extension point="xbmc.addon.metadata">
+ <description lang="en_GB">Watch content from C More.</description>
+ <description lang="sv_SE">Titta på innehåll från C More.</description>
+ <news>2017.12.29 v0.2.0
+ + Initial stable release.
+ </news>
+ <platform>all</platform>
+ <license>MIT License</license>
+ <source>https://github.com/emilsvennesson/kodi-cmore</source>
+ <language>sv dk no en</language>
+ <disclaimer>This add-on is completely unofficial and is not endorsed by C More Entertainment in any way.</disclaimer>
+ <assets>
+ <icon>resources/icon.png</icon>
+ <fanart>resources/fanart.jpg</fanart>
+ </assets>
+ </extension>
+</addon>