This repository was archived by the owner on Apr 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathaddon.xml
More file actions
32 lines (32 loc) · 1.25 KB
/
addon.xml
File metadata and controls
32 lines (32 loc) · 1.25 KB
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
28
29
30
31
32
<?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.4"/>
<import addon="script.module.requests" version="2.9.1"/>
<import addon="script.module.routing" version="0.2.0" />
<import addon="script.module.iso8601" version="0.1.11" />
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<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>