-
Notifications
You must be signed in to change notification settings - Fork 19
/
addon.xml
37 lines (37 loc) · 1.71 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.orftvthek" name="ORF ON" version="1.0.2" provider-name="s0fak1ng">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="script.module.routing" version="0.2.3"/>
<import addon="script.module.inputstreamhelper" version="0.5.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="resources/lib/default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.python.module" library="resources/lib/"/>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<language>de en</language>
<summary lang="de_DE">ORF ON</summary>
<summary lang="en_GB">ORF ON</summary>
<description lang="de_DE">ORF ON - Dieses Plugin ermöglicht den Zugriff auf den österreichischen Streamingdienst ORF ON</description>
<description lang="en_GB">ORF ON - This plugin provides access to the Austrian ORF ON streaming service</description>
<license>GPL-2.0-only</license>
<forum>https://forum.kodi.tv/showthread.php?tid=159835</forum>
<email>[email protected]</email>
<website>https://on.orf.at</website>
<source>https://github.com/s0faking/plugin.video.orftvthek</source>
<assets>
<icon>resources/icon.png</icon>
<fanart>resources/fanart.jpg</fanart>
</assets>
<news>v1.0.2
- new Livestream (timeshift)
- added setting to use old livestream format
- LF conversion
- list callback fix main menu
- add license
- forum fix addon.xml
</news>
</extension>
</addon>