summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir@cohens.org.il>2017-11-13 00:43:59 +0200
committerTzafrir Cohen <tzafrir@cohens.org.il>2017-11-13 00:54:03 +0200
commit8c6c8a6839719b9f603138d6e225d753f1cc49ff (patch)
treeb4a441a0db5faeaaed8718408d0d70f9c152d088
parent1de87c44e3bbfe671d03e67403c56c67dbcbb00f (diff)
Rename addon.py -> default.py
-rw-r--r--addon.xml9
-rw-r--r--default.py (renamed from addon.py)0
2 files changed, 2 insertions, 7 deletions
diff --git a/addon.xml b/addon.xml
index cecffb1..fee028f 100644
--- a/addon.xml
+++ b/addon.xml
@@ -3,7 +3,7 @@
<requires>
<import addon="xbmc.python" version="2.14.0"/>
</requires>
- <extension point="xbmc.python.pluginsource" library="addon.py">
+ <extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
@@ -12,7 +12,7 @@
<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>
+ <license>GNU General Public License, v2 or later</license>
<language>he</language>
<forum></forum>
<source>https://git.tzafrir.org.il/cgit/kodi-kan</source>
@@ -21,11 +21,6 @@
<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>
diff --git a/addon.py b/default.py
index b595dd1..b595dd1 100644
--- a/addon.py
+++ b/default.py