forked from Maven85/plugin.video.ran_de
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaddon.xml
20 lines (20 loc) · 1.29 KB
/
addon.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.ran_de" name="ran" version="2.3.12" provider-name="PUR3, L0RE, Linkinsoldier, Maven">
<requires>
<import addon="xbmc.python" version="2.24.0"/>
<import addon="script.module.kodi-six" version="0.1.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary lang="de">Livestreams und Videos von ran.de</summary>
<summary lang="en">Livestreams and videos from ran.de</summary>
<description lang="de">Dieses inoffizielle Addon ermöglicht es euch, die neusten Videos und Livestreams von ran.de in Kodi zu streamen.[CR][CR]Vielen Dank an dieser Stelle an ran.de für den guten Service, insb. ranNFL mit ReLive in HD mit raus geschnittener Werbung!</description>
<description lang="en">This is an inofficial Addon and gives you the chance to stream livestreams and the latest videos from ran.de directly in Kodi.[CR][CR]Thank you ran.de for your great service, especially for providing ranNFL reLives with removed commercials in HD!</description>
<assets>
<icon>icon.png</icon>
</assets>
</extension>
</addon>