summaryrefslogtreecommitdiff
path: root/plugin.video.montreal.greek-tv/addon.xml
blob: 3421afa79cc36e8cdea2a3a86217e03905ad584d (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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.montreal.greek-tv" name="Montreal Greek TV" version="1.3.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 image</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.3.1 (28-12-2017)
- Minor name change due to author's request

1.3.0 (27-12-2017)
- Added newspapers section
- Changed main xml url
- Removed old radio station url and accompanying toggle option
- Various minor enhancements and cosmetics

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://greektimes.ca</website>
        <email>twilight@freemail.gr</email>
        <source>https://github.com/Twilight0/plugin.video.montreal.greek-tv/</source>
    </extension>
</addon>