summaryrefslogtreecommitdiff
path: root/addon.xml
diff options
context:
space:
mode:
Diffstat (limited to 'addon.xml')
-rw-r--r--addon.xml33
1 files changed, 33 insertions, 0 deletions
diff --git a/addon.xml b/addon.xml
new file mode 100644
index 0000000..cecffb1
--- /dev/null
+++ b/addon.xml
@@ -0,0 +1,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>