summaryrefslogtreecommitdiff
path: root/plugin.video.earthtouch/addon.xml
blob: bd2b5986c159aae155c73668cec408f8d26c8c2d (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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.earthtouch" name="Earth Touch" provider-name="willforde" version="3.0.0">
    <requires>
        <import addon="xbmc.python" version="2.25.0"/>
        <import addon="script.module.codequick" version="0.9.0"/>
    </requires>
    <extension point="xbmc.python.pluginsource" library="addon.py">
        <provides>video</provides>
    </extension>
    <extension point="xbmc.addon.metadata">
        <summary lang="en_GB">See nature's drama unfold on Earth Touch.</summary>
        <description lang="en_GB">Earth Touch News Network is a platform for the latest news and emerging stories about the natural world. Our writers, filmmakers and other contributors scattered across the globe are brought together by a common mission to tell those stories simply and accurately, so they can reach like-minded nature lovers anywhere.</description>
        <license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
        <source>https://github.com/willforde/plugin.video.earthtouch</source>
        <forum>http://forum.kodi.tv/showthread.php?tid=178803</forum>
        <website>http://www.earthtouchnews.com</website>
        <email>willforde+addon@gmail.com</email>
        <platform>all</platform>
        <language>en</language>
        <assets>
            <icon>resources/icon.png</icon>
            <fanart>resources/fanart.jpg</fanart>
            <screenshot>resources/screenshots/screenshot000.jpg</screenshot>
            <screenshot>resources/screenshots/screenshot001.jpg</screenshot>
            <screenshot>resources/screenshots/screenshot002.jpg</screenshot>
        </assets>
        <news>[upd] Upgraded to use the codequick framework.</news>
    </extension>
</addon>