-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathaddon.xml
25 lines (25 loc) · 1.71 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
24
25
<?xml version="1.0" encoding="UTF-8"?>
<addon
id="plugin.video.dr.dk.live" version="3.1.0" name="Danish Live TV" provider-name="twinther">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.buggalo" version="1.1.5"/>
</requires>
<extension point="xbmc.python.pluginsource" library="addon.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">Watch Danish Live TV</summary>
<summary lang="da">Se dansk Live TV</summary>
<description lang="en">Stream a selection of the Danish live channels, including all of DRs channel, some of the TV2/Regions channel, Kanal Sport and Folketinget TV.[CR][CR]If you have comments or suggestions for this addon, please feel free to participate in the debate on my blog at http://tommy.winther.nu</description>
<description lang="da">Stream en række danske live kanaler, bl.a. alle DRs kanaler, en del af TV2/Regionernes kanaler samt Kanal Sport og Folketingets kanal.[CR][CR]Har du kommentarer, ris eller ros til denne addon er du velkommen til at deltage i debatten på min blog på http://tommy.winther.nu</description>
<disclaimer lang="en">Some parts of this addon may not be legal in your country of residence - please check with your local laws.</disclaimer>
<disclaimer lang="da">Nogle dele af denne addon er muligvis ikke lovlig i dit land - kontroller venligst dine lokale love.</disclaimer>
<license>GPL 2.0</license>
<platform>all</platform>
<language>da</language>
<email>[email protected]</email>
<website>http://tommy.winther.nu</website>
<source>https://github.com/xbmc-danish-addons/plugin.video.dr.dk.live</source>
</extension>
</addon>