forked from Maven85/plugin.video.joyn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaddon.xml
37 lines (37 loc) · 2.12 KB
/
addon.xml
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
33
34
35
36
37
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.joyn" name="Joyn" version="2.4.1" provider-name="knaerzche, Maven">
<requires>
<import addon="inputstream.adaptive" version="2.2.21"/>
<import addon="script.module.inputstreamhelper" version="0.3.5"/>
<import addon="script.module.pydes" version="2.0.1" optional="true"/>
<import addon="script.module.simplejson" version="3.3.0" optional="true"/>
<import addon="script.module.uepg" version="1.0.5" optional="true"/>
<import addon="xbmc.python" version="2.26.0"/>
</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">
<reuselanguageinvoker>true</reuselanguageinvoker>
<summary lang="en_GB">Joyn Video On Demand and Live TV</summary>
<summary lang="de_DE">Joyn Video On Demand and Live TV</summary>
<description lang="en_GB">Watch VOD content und Live TV provided by Joyn</description>
<description lang="de_DE">Video On Demand und Live TV von Joyn</description>
<disclaimer lang="en_GB">The use of this addon may violate the terms and conditions of Joyn GmbH - especially, but not exclusively, if it is used outside of Germany.</disclaimer>
<disclaimer lang="de_DE">Die Nutzung dieses Addon verstösst eventuell gegen die AGB der Joyn GmbH - insbesondere, aber nicht ausschliesslich, wenn es außerhalb von Deutschland verwendet wird</disclaimer>
<platform>all</platform>
<license>GPL-2.0-only</license>
<forum>https://www.kodinerds.net/index.php/Thread/66679-Pre-Release-Joyn-VOD-Live/?postID=537817</forum>
<website>https://www.joyn.de/</website>
<source>https://github.com/Maven85/plugin.video.joyn</source>
<assets>
<icon>resources/media/icon.png</icon>
<fanart>resources/media/fanart.jpg</fanart>
<clearlogo>resources/media/logo.gif</clearlogo>
<screenshot>resources/media/screenshot01.jpg</screenshot>
<screenshot>resources/media/screenshot02.jpg</screenshot>
<screenshot>resources/media/screenshot03.jpg</screenshot>
</assets>
</extension>
</addon>