-
Notifications
You must be signed in to change notification settings - Fork 1
/
addon.xml
40 lines (37 loc) · 1.83 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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!--
Copyright (C) 2013 Fiona Schmidtke, Niclas Hoyer
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<addon id="plugin.video.tagesschauvideoblog" name="Tagesschau Videoblog" version="0.1.3" provider-name="Fiona Schmidtke, Niclas Hoyer">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.xbmcswift2" version="2.4.0"/>
<import addon="script.module.feedparser" version="5.1.2"/>
</requires>
<extension point="xbmc.python.pluginsource" library="addon.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<language>de</language>
<license>GNU GENERAL PUBLIC LICENSE. Version 3, 29 June 2007</license>
<website>https://github.com/fisch42/xbmc-plugin-tagesschauvideoblogs</website>
<source>https://github.com/fisch42/xbmc-plugin-tagesschauvideoblogs</source>
<forum></forum>
<email></email>
<summary lang="de">tagesschau.de Videoblog</summary>
<summary lang="en">videoblogs from tagesschau.de</summary>
<description lang="de">Die Videoblogs der ARD-Korrespondenten auf tagesschau.de</description>
<description lang="en">Videoblogs in German from tagesschau.de</description>
</extension>
</addon>