-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaddon.xml
23 lines (23 loc) · 1.22 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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.redbull.tv" name="Red Bull TV" version="1.2.0" provider-name="bromix">
<requires>
<import addon="xbmc.python" version="2.14.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">Red Bull is playground of adventure and excitement for your KODI.</summary>
<summary lang="de">Red Bull ist Spielplatz für Abenteuer und Spannung für dein KODI.</summary>
<description lang="en">Follow live events and watch videos from a selection of sports, music and lifestyle entertainment.</description>
<description lang="de">Folgen Sie Live-Events und schauen Sie Videos aus einer Auswahl von Sport, Musik und Unterhaltung</description>
<disclaimer lang="en"></disclaimer>
<language>de</language>
<platform>all</platform>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
<forum>http://forum.kodi.tv/showthread.php?tid=224536</forum>
<website>http://www.redbull.tv/</website>
<email>bromix at gmx dot net</email>
<source>https://github.com/bromix/plugin.video.redbull.tv/</source>
</extension>
</addon>