summaryrefslogtreecommitdiff
path: root/addon.xml
blob: 5bbbc8fe65f0511c23bef7b46fa240c901ac0ca5 (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
29
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.kan" name="Kan" version="0.0.2" provider-name="tzafrir">
	<requires>
		<import addon="xbmc.python" version="2.14.0"/>
		<import addon="script.module.simplecache" version="1.0.0" />
	</requires>
	<extension point="xbmc.python.pluginsource" library="default.py">
		<provides>audio video</provides>
	</extension>
	<extension point="xbmc.addon.metadata">
		<platform>all</platform>
		<summary lang="en">Kan Israeli Public Broadcast Corperation</summary>
		<summary lang="he">כאן תאגיד השידור הישראלי</summary>
		<description lang="en">Video content available from Kan, the Israeli public broadcasting corperation.</description>
		<description lang="he">תכני וידאו מאתר כאן - תאגיד השידור הציבורי</description>
		<license>GNU General Public License, v2 or later</license>
		<language>he</language>
		<forum></forum>
		<source>https://git.tzafrir.org.il/cgit/plugin.video.kan.git/</source>
		<website>https://git.tzafrir.org.il/cgit/plugin.video.kan.git/</website>
		<email>tzafrir@cohens.org.il</email>
		<assets>
			<icon>resources/icon.png</icon>
			<fanart>resources/fanart.jpg</fanart>
		</assets>
		<news>v0.0.1 (2017-11-13)
		- Basic display of shows from YouTube</news>
	</extension>
</addon>