forked from hubsif/kodi-magentasport
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaddon.xml
52 lines (52 loc) · 2.37 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<?xml version="1.0" encoding="UTF-8"?>
<addon id="plugin.video.telekomsport" name="Telekom Sport" version="1.2.1" provider-name="hubsif">
<requires>
<import addon="xbmc.python" version="2.5.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
<summary lang="de">Telekom Sport</summary>
<summary lang="en">Telekom Sports</summary>
<description lang="de">Erlebe die große Welt des Sports. Fußball, Eishockey, Basketball und mehr live und auf Abruf. Alle Wettbewerbe in bester HD-Qualität.</description>
<description lang="en">Experience the big world of sports. Soccer, Ice Hockey, Basketball and more live and on demand. All competitions in best HD quality.</description>
<description lang="he">לחוות את העולם הגדול של הספורט. כדורגל, הוקי קרח, כדורסל ועוד לצפות לפי דרישה. כל התחרויות באיכות HD הטובה ביותר.</description>
<assets>
<icon>icon.png</icon>
<fanart>fanart.jpg</fanart>
</assets>
<news>
v1.2.1 (2017-10-17)
- fix some content not playing (editorialLanes with multiple videos)
v1.2.0 (2017-09-26)
- fix streaming url
- add sky gamereports
v1.1.1 (2017-09-25)
- fix menu for eventlanes
v1.1.0 (2017-09-11)
- add telekom login
v1.0.3 (2017-08-27)
- fix menu for sky events
v1.0.2 (2017-08-25)
- fix item title for sky events
v1.0.1 (2017-08-23)
- fix bug with untitled live games
- omit creating empty date listitems
- minor code cleanup
v1.0.0 (2017-08-21)
- show timezone correctly
- adjust menu structure (skip single lane)
- group events by date
- show live games on main page
- add fc bayern.tv
- add eurobasket images
v1.0.0~beta2 (2017-08-19)
- fix livestreams
v1.0.0~beta (2017-07-26)
- initial release
</news>
</extension>
</addon>