summaryrefslogtreecommitdiff
path: root/plugin.video.montreal.greek-tv/addon.xml
diff options
context:
space:
mode:
Diffstat (limited to 'plugin.video.montreal.greek-tv/addon.xml')
-rw-r--r--plugin.video.montreal.greek-tv/addon.xml51
1 files changed, 51 insertions, 0 deletions
diff --git a/plugin.video.montreal.greek-tv/addon.xml b/plugin.video.montreal.greek-tv/addon.xml
new file mode 100644
index 0000000..f67862c
--- /dev/null
+++ b/plugin.video.montreal.greek-tv/addon.xml
@@ -0,0 +1,51 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<addon id="plugin.video.montreal.greek-tv" name="Montreal Greek TV" version="1.2.1" provider-name="Twilight0">
+ <requires>
+ <import addon="xbmc.python" version="2.25.0"/>
+ <import addon="script.module.requests" version="2.12.4"/>
+ <import addon="script.module.parsedom" version="2.5.2"/>
+ </requires>
+ <extension point="xbmc.python.pluginsource" library="addon.py">
+ <provides>video</provides>
+ </extension>
+ <extension point="xbmc.addon.metadata">
+ <platform>all</platform>
+ <summary lang="en_GB">Montreal Greek TV addon</summary>
+ <description lang="en_GB">Montreal Greek TV add-on for Kodi featuring Live TV, Radio and Video on demand streams from Montreal, Quebec, Canada. Montreal Greek Television is broadcasting in-house locally-produced Canadian programming in the Greek language from the Greek Community of Greater Montreal.</description>
+ <summary lang="el_gr">Πρόσθετο Montreal Greek TV</summary>
+ <description lang="el_gr">Το πρόσθετο Montreal Greek TV για το σύστημα πολυμέσων Kodi προσφέρει ζωντανή τηλεόραση, ραδιόφωνο και ροές κατ' απαίτηση από το Μόντρεαλ, Κεμπέκ, Καναδά. Η Τηλεόραση Montreak Greek εκπέμπει περιεχόμενο τοπικής παραγωγής εις την Ελληνική γλώσσα από την Ελληνική κοινότητα της ευρύτερης περιοχής του Μόντρεαλ.</description>
+ <language>en el</language>
+ <license>GNU General Public License, v3</license>
+ <size>338115</size>
+ <news>
+1.2.1 (16-11-2017)
+- Few minor tweaks here &amp; there
+- Tinified artwork
+- Removed client module &amp; replace it with parsedom
+
+1.2.0 (02-08-2017)
+- Made several changes to comply with Kodi addon submission rules
+- Removed request function from client module, using requests library instead
+- Made icons non-transparent
+
+1.1.0 (16-07-2017)
+- Made items' info remotely hosted
+
+1.0.2 (19-06-2017)
+- New radio stream
+
+1.0.1 (25-05-2017)
+- Minor changes to artwork
+
+1.0.0 (08-05-2017)
+- Initial Version
+ </news>
+ <assets>
+ <icon>icon.png</icon>
+ <fanart>fanart.jpg</fanart>
+ </assets>
+ <website>http://www.greekradio.net/</website>
+ <email>twilight@freemail.gr</email>
+ <source>https://github.com/Twilight0/plugin.video.montreal.greek-tv/</source>
+ </extension>
+</addon>