This repository was archived by the owner on Oct 11, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathaddon.xml
More file actions
25 lines (25 loc) · 1.64 KB
/
Copy pathaddon.xml
File metadata and controls
25 lines (25 loc) · 1.64 KB
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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.7tv-webapi" name="7TV Web API" version="1.0.7" provider-name="Maven">
<requires>
<import addon="xbmc.python" version="2.14.0"/>
<import addon="inputstream.adaptive" version="1.0.8"/>
<import addon="script.module.inputstreamhelper" version="0.2.2"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">ProSieben, SAT.1, kabel eins, Sixx, ProSiebenMaxx, SAT.1 Gold, kabel eins Doku, DMAX and TLC media library</summary>
<summary lang="de">Mediathek für ProSieben, SAT.1, kabel eins, Sixx, ProSiebenMaxx, SAT.1 Gold, kabel eins Doku, DMAX und TLC</summary>
<description lang="en">Experience with 7TV a majority of shipments of ProSieben, SAT.1, kabel eins, Sixx, ProSiebenMaxx, SAT.1 Gold, kabel eins Doku, DMAX and TLC directly after the TV broadcast for free and for at least 7 days in full length - and the round-the-clock!</description>
<description lang="de">Erleben Sie mit 7TV einen Großteil der Sendungen von ProSieben, SAT.1, kabel eins, Sixx, ProSiebenMaxx, SAT.1 Gold, kabel eins Doku, DMAX und TLC direkt nach der TV-Ausstrahlung kostenlos und für mindestens 7 Tage in voller Länge – und das rund um die Uhr!</description>
<disclaimer lang="en"></disclaimer>
<language>de</language>
<platform>all</platform>
<license>MIT</license>
<forum></forum>
<website>www.7tv.de</website>
<source>https://github.com/Maven85/plugin.video.7tv-web</source>
<reuselanguageinvoker>true</reuselanguageinvoker>
</extension>
</addon>