-
Notifications
You must be signed in to change notification settings - Fork 53
Expand file tree
/
Copy pathaddon.xml
More file actions
30 lines (30 loc) · 1.42 KB
/
addon.xml
File metadata and controls
30 lines (30 loc) · 1.42 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
<?xml version='1.0' encoding='utf-8'?>
<addon id="plugin.video.stream-cinema" name="Stream Cinema CZ a SK" provider-name="bbaron" version="1.1.14">
<requires>
<import addon="xbmc.python" version="2.14.0" />
<import addon="script.module.stream.resolver" version="1.6.51" />
<import addon="script.common.plugin.cache" version="2.5.0" />
<import addon="script.module.buggalo" version="1.1.2" />
<import addon="script.module.elementtree" version="1.2.7" />
<!-- import addon="script.trakt" version="3.1.7" /-->
<!-- import addon="script.module.urlresolver" version="3.0.27" /-->
</requires>
<extension library="default.py" point="xbmc.python.pluginsource">
<provides>video</provides>
</extension>
<extension library="service.py" point="xbmc.service" start="startup">
<provides>service</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">stream-cinema.online</summary>
<summary lang="cs">stream-cinema.online</summary>
<summary lang="sk">stream-cinema.online</summary>
<platform>all</platform>
<license>GNU GENERAL PUBLIC LICENSE. Version 3, 29 June 2007</license>
<source>https://github.com/bbaronSVK/plugin.video.stream-cinema.git</source>
<assets>
<icon>icon.png</icon>
<fanart>fanart.jpg</fanart>
</assets>
</extension>
</addon>