-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathaddon.xml
More file actions
33 lines (33 loc) · 1.52 KB
/
Copy pathaddon.xml
File metadata and controls
33 lines (33 loc) · 1.52 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
33
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.joyn" name="Joyn" version="0.0.3.2" provider-name="knaerzche">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="inputstream.adaptive" version="2.2.21"/>
<import addon="script.module.inputstreamhelper" version="0.3.4"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">www.joyn.de VOD and Live TV</summary>
<summary lang="de">www.joyn.de VOD und Live TV</summary>
<description lang="en">www.joyn.de VOD and Live TV</description>
<description lang="de">www.joyn.de VOD und Live TV</description>
<website>https://www.joyn.de/</website>
<source>https://github.com/knaerzche/plugin.video.joyn</source>
<forum>https://www.kodinerds.net/index.php/Thread/66679-Pre-Release-Joyn-VOD-Live/?postID=537817</forum>
<news>v0.0.3.2 (03.08.2019)
[new] Add EPG, search, categories
</news>
<email>knaerzche at gmail dot com</email>
<platform>all</platform>
<assets>
<icon>resources/icon.png</icon>
<fanart>resources/fanart.jpg</fanart>
<clearlogo>resources/logo.gif</clearlogo>
<screenshot>resources/screenshot01.jpg</screenshot>
<screenshot>resources/screenshot02.jpg</screenshot>
<screenshot>resources/screenshot03.jpg</screenshot>
</assets>
</extension>
</addon>