summaryrefslogtreecommitdiff
path: root/plugin.video.dazn/addon.xml
diff options
context:
space:
mode:
Diffstat (limited to 'plugin.video.dazn/addon.xml')
-rw-r--r--plugin.video.dazn/addon.xml58
1 files changed, 58 insertions, 0 deletions
diff --git a/plugin.video.dazn/addon.xml b/plugin.video.dazn/addon.xml
new file mode 100644
index 0000000..f54d7e2
--- /dev/null
+++ b/plugin.video.dazn/addon.xml
@@ -0,0 +1,58 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<addon id="plugin.video.dazn" version="1.0.6" name="DAZN" provider-name="Jin">
+ <requires>
+ <import addon="xbmc.python" version="2.25.0"/>
+ <import addon="inputstream.adaptive" version="2.0.18"/>
+ <import addon="script.module.inputstreamhelper" version="0.2.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">
+ <news>
+- code update
+- removed pydes as dependency (user credentials will not be saved)
+- widevine and unique id check only once at addon startup
+- added screenshots
+- new fanart
+ </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 ON-DEMAND.</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="fr_CA">REGARDEZ LES SPORTS. VIVANT OU PLUS TARD.</summary>
+ <description lang="fr_CA">
+DAZN est un nouveau sport en direct et sur demande service de streaming passionnant.
+Vous pouvez regarder le sport que vous aimez, vivez et sur demande à un moment qui vous convient. À tout moment. Nulle part.
+ </description>
+ <disclaimer lang="fr_CA">Addiciel non officiel - Utilisez à vos risques et périls</disclaimer>
+ <summary lang="fr_FR">REGARDEZ LES SPORTS. VIVANT OU PLUS TARD.</summary>
+ <description lang="fr_FR">
+DAZN est un nouveau sport en direct et sur demande service de streaming passionnant.
+Vous pouvez regarder le sport que vous aimez, vivez et sur demande à un moment qui vous convient. À tout moment. Nulle part.
+ </description>
+ <disclaimer lang="fr_FR">Addiciel non officiel - Utilisez à vos risques et périls</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> \ No newline at end of file