summaryrefslogtreecommitdiff
path: root/plugin.video.debconf/addon.xml
blob: 195f0357d89d7cddc352a6276d6dea73d1178237 (plain)
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" standalone="yes"?>
<addon id="plugin.video.debconf" name="Debconf" version="0.1.0" provider-name="tzafrir">
	<requires>
		<import addon="xbmc.python" version="2.14.0"/>
		<import addon="script.module.simplecache" version="1.0.0" />
		<import addon="script.module.pyyaml" version="1.0.0" />
	</requires>
	<extension point="xbmc.python.pluginsource" library="default.py">
		<provides>video</provides>
	</extension>
	<extension point="xbmc.addon.metadata">
		<platform>all</platform>
		<summary lang="en">Debconf - The Annual Debian Development Conference</summary>
		<description lang="en">Video content available from Debconf and other Debian events</description>
		<license>GNU General Public License, v2 or later</license>
		<language>en</language>
		<forum></forum>
		<source>https://salsa.debian.org/debconf-video-team/debconf-kodi.git</source>
		<website>https://salsa.debian.org/debconf-video-team/debconf-kodi.git</website>
		<email>tzafrir@debian.org</email>
		<assets>
			<icon>resources/icon.png</icon>
			<fanart>resources/fanart.jpg</fanart>
		</assets>
		<news>v0.1.0
			- Mostly works.</news>
	</extension>
</addon>