summaryrefslogtreecommitdiff
path: root/addon.xml
blob: cecffb1f75e9111c784704c1ccae7803ac1fe6b9 (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
30
31
32
33
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.kan" name="Kan" version="1.0.0" provider-name="tzafrir">
	<requires>
		<import addon="xbmc.python" version="2.14.0"/>
	</requires>
	<extension point="xbmc.python.pluginsource" library="addon.py">
		<provides>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</license>
		<language>he</language>
		<forum></forum>
		<source>https://git.tzafrir.org.il/cgit/kodi-kan</source>
		<website>https://git.tzafrir.org.il/cgit/kodi-kan</website>
		<email>tzafrir@cohens.org.il</email>
		<assets>
			<icon>resources/icon.png</icon>
			<fanart>resources/fanart.jpg</fanart>
		<!--
			<screenshot>resources/screenshot-01.jpg</screenshot>
			<screenshot>resources/screenshot-02.jpg</screenshot>
			<screenshot>resources/screenshot-03.jpg</screenshot>
		-->
		</assets>
		<news>v1.0.0 (2017-10-28)
		- Initial version</news>
	</extension>
</addon>