-
Notifications
You must be signed in to change notification settings - Fork 2
/
addon.xml
30 lines (30 loc) · 1.62 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
<?xml version="1.0" encoding="UTF-8"?>
<addon id="plugin.video.sandmann" name="Sandmann" version="2.3.0" provider-name="sorax">
<requires>
<import addon="xbmc.python" version="3.0.0"></import>
<import addon="script.module.requests"/>
</requires>
<extension point="xbmc.python.pluginsource" library="main.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en_GB">Our Sandman</summary>
<summary lang="de_DE">Unser Sandmännchen</summary>
<description lang="en_GB">The Sandman has been sending the children to bed in the evening for over 50 years. With a bedtime story that shouldn't upset, the show is a ritual every evening for 1 million children (and their parents) to end the day.</description>
<description lang="de_DE">Seit über 50 Jahren schickt das Sandmännchen die Kinder abends ins Bett. Mit einer Gute-Nacht-Geschichte, die nicht aufregen soll, ist die Sendung allabendlich für 1 Million Kinder (und ihre Eltern) ein Ritual, um den Tag zu beenden.</description>
<disclaimer lang="en_GB">Videos from www.sandmann.de</disclaimer>
<disclaimer lang="de_DE">Videos von www.sandmann.de</disclaimer>
<language>de en</language>
<platform>all</platform>
<license>GNU GENERAL PUBLIC LICENSE. Version 3, 29 June 2007</license>
<website>https://www.sandmann.de</website>
<source>https://github.com/sorax/plugin.video.sandmann</source>
<assets>
<icon>resources/assets/icon.png</icon>
<fanart>resources/assets/fanart.jpg</fanart>
</assets>
<news>v2.3.0:
- performance improvements
</news>
</extension>
</addon>