-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathaddon.xml
41 lines (41 loc) · 2.37 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?xml version="1.0" encoding="UTF-8"?>
<addon id="plugin.video.dr.dk.bonanza" version="3.2.2+matrix.1" name="DR.dk Bonanza" provider-name="termehansen">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="script.module.dateutil" version="2.8.2" />
<import addon="script.module.requests" version="2.27.1+matrix.1" />
<import addon="script.module.requests-cache" version="0.5.2+matrix.2"/>
<import addon="script.module.inputstreamhelper" version="0.5.10+matrix.1"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en_GB">Best and worst from DR's archives</summary>
<summary lang="da_DK">Det bedste og værste fra DR's arkiver</summary>
<description lang="en_GB">On the 16th of January 2008 DR (Danish Broadcasting Corporation) opened up its great archive to what became Bonanza. Here you can see some of the best - and worst, of what has been produced during the years.</description>
<description lang="da_DK">16. januar 2008 åbnede DR for sit store arkiv med Bonanza. Her kan du se lidt af det bedste - og værste af det, der er blevet produceret i årenes løb.</description>
<disclaimer lang="en_GB">Some parts of this addon may not be legal in your country of residence - please check with your local laws.</disclaimer>
<disclaimer lang="da_DK">Nogle dele af denne addon er muligvis ikke lovlig i dit land - kontroller venligst dine lokale love.</disclaimer>
<license>GPL-2.0-only</license>
<platform>all</platform>
<language>da</language>
<email>[email protected]</email>
<website>https://www.dr.dk/bonanza</website>
<source>https://github.com/xbmc-danish-addons/plugin.video.dr.dk.bonanza</source>
<assets>
<icon>resources/icon.png</icon>
<fanart>resources/fanart.jpg</fanart>
</assets>
<news>[B]Version 3.2.2 - 2023-05-01[/B]
- use inputstream adaptive
- re-factor for python3 only
- change for new settings api
</news>
<news>[B]Version 3.2.1 - 2020-03-06[/B]
- Updated addon to match website changes
- Moving "ownership" of the addon, hence Tommy have stopped developing on the addon.
- re-factor for Leia and Matrix
</news>
</extension>
</addon>