-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathaddon.xml
71 lines (71 loc) · 3.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<?xml version="1.0" encoding="UTF-8"?>
<addon id="plugin.video.magentasport" name="Magenta Sport" version="2.1.2~beta2" provider-name="hubsif">
<requires>
<import addon="xbmc.python" version="3.0.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">Magenta Sport</summary>
<summary lang="en">Magenta Sport</summary>
<description lang="de">Bei MagentaSport mit Sky Sport Kompakt sehen Sie die Original Sky Konferenzen der Fußball-Bundesliga und der UEFA Champions League sowie alle Spiele der DKB Handball-Bundesliga. Dazu alle Spiele der 3. Liga, der Deutschen Eishockey Liga, der easyCredit Basketball Bundesliga und vieles mehr.</description>
<description lang="en">At MagentaSport with Sky Sport Kompakt you can watch the original Sky Conferences of the German Bundesliga and the UEFA Champions League as well as all matches of the DKB Handball Bundesliga. Also all games of the 3rd league, the German Ice Hockey League, the easyCredit Basketball Bundesliga and much more.</description>
<assets>
<icon>resources/icon.png</icon>
<fanart>resources/fanart.jpg</fanart>
</assets>
<news>
v2.1.2-beta2 (2021-06-12)
- Switch to new streamAccess URL
- Remove heartbeat call
v2.1.2-beta1 (2021-05-24)
- get live events from epg
v2.1.1 (2021-04-04)
- fix bug in auth request
v2.1.0 (2021-02-27)
- migrate to python 3 (Kodi 19)
v2.0.0 (2019-01-16)
- update and rename to Magentasport
- use online sports category images
- fix crash issue with live stream shortcut in Leia
- remove single event category shortcut, fixes playback issue
- show error dialog on authentication failure
- some minor code cleanup
v1.2.2 (2018-08-27)
- fix playback issue with Kodi Leia (thanks to egolus)
- use inputstream for Kodi Leia (thanks to MRLB)
- submit content-type for auth
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>