summaryrefslogtreecommitdiff
path: root/plugin.video.sportschau/addon.xml
diff options
context:
space:
mode:
Diffstat (limited to 'plugin.video.sportschau/addon.xml')
-rw-r--r--plugin.video.sportschau/addon.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/plugin.video.sportschau/addon.xml b/plugin.video.sportschau/addon.xml
new file mode 100644
index 0000000..12573ec
--- /dev/null
+++ b/plugin.video.sportschau/addon.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<addon id="plugin.video.sportschau" name="Sportschau" version="1.0.0" provider-name="membrane">
+ <requires>
+ <import addon="xbmc.python" version="2.25.0"/>
+ <import addon="script.module.libmediathek3" version="1.3.1"/>
+ <import addon="script.module.libwdr" version="1.0.0"/>
+ </requires>
+ <extension point="xbmc.python.pluginsource" library="default.py">
+ <provides>video</provides>
+ </extension>
+ <extension point="xbmc.addon.metadata">
+ <platform>all</platform>
+ <language>de</language>
+ <license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
+ <source>https://github.com/prof-membrane/plugin.video.sportschau</source>
+ <summary lang="en">Videos und livestreams of the German tv show Sportschau.</summary>
+ <description lang="en">This add-on fetches videos and livestreams from www.sportschau.de. Most of the streams are geolocked to Germany.</description>
+ <summary lang="de">Videos und Livesendungnen der Sportschau.</summary>
+ <description lang="de">Dieses Add-on bietet Zugriff auf Videos und Livestreams von www.sportschau.de. Fast alle Streams sind nur aus Deutschland erreichbar.</description>
+ <disclaimer lang="de">Dieses Add-on wird von keiner Sendeanstalt unterstützt und ist daher inoffiziell.</disclaimer>
+ </extension>
+</addon>