-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathaddon.xml
74 lines (74 loc) · 3.72 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
72
73
74
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.dazn" version="1.3.0" name="DAZN" provider-name="Jin">
<requires>
<import addon="xbmc.python" version="2.25.0"/>
<import addon="script.module.inputstreamhelper" version="0.3.3"/>
</requires>
<extension point="xbmc.python.pluginsource" library="addon.py">
<provides>video</provides>
</extension>
<extension point="xbmc.service" library="startup.py" start="startup"/>
<extension point="xbmc.addon.metadata">
<reuselanguageinvoker>true</reuselanguageinvoker>
<news>
- as of now this addon requires kodi 18
- removed compatibility mode
- added setting to manually select cdn
</news>
<assets>
<icon>resources/icon.png</icon>
<fanart>resources/fanart.jpg</fanart>
<screenshot>resources/media/screenshot-01.jpg</screenshot>
<screenshot>resources/media/screenshot-02.jpg</screenshot>
<screenshot>resources/media/screenshot-03.jpg</screenshot>
<screenshot>resources/media/screenshot-04.jpg</screenshot>
</assets>
<summary lang="de_DE">ERLEBE DEINEN SPORT. LIVE UND AUF ABRUF.</summary>
<description lang="de_DE">
DAZN ist ein live und on-demand Sportstreaming-Dienst.
Du kannst jetzt Sportevents anschauen, wann immer es dir passt. Jederzeit. Überall.
</description>
<disclaimer lang="de_DE">Inoffizielles Addon - Benutzung auf eigene Gefahr</disclaimer>
<summary lang="en_GB">WATCH SPORTS. LIVE AND ON-DEMAND.</summary>
<description lang="en_GB">
With DAZN, you can watch your favourite sport, live and on demand, at a time that suits you.
Anytime. Anywhere.
</description>
<disclaimer lang="en_GB">Unofficial Addon - Use at your own risk</disclaimer>
<summary lang="en_US">WATCH SPORTS. LIVE AND ON-DEMAND.</summary>
<description lang="en_US">
With DAZN, you can watch your favourite sport, live and on demand, at a time that suits you.
Anytime. Anywhere.
</description>
<disclaimer lang="en_US">Unofficial Addon - Use at your own risk</disclaimer>
<summary lang="es_ES">VER ESTE DEPORTE. EN VIVO Y A LA CARTA.</summary>
<description lang="es_ES">
Con DAZN, puedes ver tus deportes favoritos cuando lo desees.
Cuando quieras. Donde quieras.
</description>
<disclaimer lang="es_ES">Complemento no oficial - Use bajo su propio riesgo</disclaimer>
<summary lang="fr_CA">REGARDER LES SPORTS. VIVANT OU PLUS TARD.</summary>
<description lang="fr_CA">
Regardez avec DAZN vos sports préférés à la demande.
Quand voulez. Où vous voulez.
</description>
<disclaimer lang="fr_CA">Addiciel non officiel - Utilisez à vos risques et périls</disclaimer>
<summary lang="fr_FR">REGARDER LES SPORTS. VIVANT OU PLUS TARD.</summary>
<description lang="fr_FR">
Regardez avec DAZN vos sports préférés à la demande.
Quand voulez. Où vous voulez.
</description>
<disclaimer lang="fr_FR">Addiciel non officiel - Utilisez à vos risques et périls</disclaimer>
<summary lang="it_IT">GUARDARE SPORT. LIVE E A RICHIESTA.</summary>
<description lang="it_IT">
Con DAZN puoi guardare i tuoi eventi sportivi preferiti a tuo piacimento.
Quando vuoi. Dove vuoi.
</description>
<disclaimer lang="it_IT">Addon non ufficiale - A proprio rischio e pericolo</disclaimer>
<platform>all</platform>
<license>GNU GENERAL PUBLIC LICENSE. Version 3, 29 June 2007</license>
<website>https://www.dazn.com</website>
<email>[jin] at [xyz] dot [de]</email>
<source>https://github.com/JinRonin/plugin.video.dazn</source>
</extension>
</addon>