-
Notifications
You must be signed in to change notification settings - Fork 1
/
addon.xml
28 lines (28 loc) · 1.36 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
<?xml version="1.0" encoding="UTF-8"?>
<addon id="plugin.video.heiseshowrss" version="1.1" name="#heiseshow HD" provider-name="Unofficial - Oscar Open">
<requires>
<import addon="xbmc.python" version="3.00.0"/>
<import addon="script.module.feedparser" version="6.0.2"/>
</requires>
<extension point="xbmc.python.pluginsource" library="addon.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="de_DE">#heiseshow Videopodcast</summary>
<description lang="de_DE">heise online spricht mit Gästen über aktuelle technische Entwicklungen und Netzpolitik.</description>
<summary lang="en_GB">#heiseshow Videopodcast</summary>
<description lang="en_GB">Watch the weekly news discussion #heiseshow from heise online</description>
<platform>all</platform>
<license>GPL-3.0-only</license>
<source>https://github.com/oscaropenness/plugin.video.heiseshowrss</source>
<news>v1.1 (2021-05-26)
- update to Kodi Matrix</news>
<assets>
<icon>icon.png</icon>
<fanart>fanart.jpg</fanart>
<screenshot>resources/media/screenshot-01.jpg</screenshot>
<screenshot>resources/media/screenshot-02.jpg</screenshot>
<screenshot>resources/media/screenshot-03.jpg</screenshot>
</assets>
</extension>
</addon>