summaryrefslogtreecommitdiff
path: root/plugin.video.itsapixelthing/addon.xml
blob: b504cd6354b5edb7912f3a6945578dc86f9bf97b (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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.itsapixelthing" name="It's a Pixel THING" version="1.0.0" provider-name="enen92">
    <requires>
        <import addon="xbmc.python" version="2.25.0"/>
        <import addon="script.module.routing" version="0.2.0"/>
        <import addon="script.module.requests" version="2.12.4"/>
    </requires>
    <extension point="xbmc.python.pluginsource" library="main.py">
        <provides>video</provides>
    </extension>
    <extension point="xbmc.addon.metadata">
        <summary lang="en_GB">It's a Pixel THING brings back to life those awesome gems of the golden age of video games with a personal high-quality documentary style of reviews.</summary>
        <description lang="en_GB">It's a Pixel THING brings back to life those awesome gems of the golden age of video games with a personal high-quality documentary style of reviews.[CR] The industry behind the evolution of gaming, the mighty home computers from the 80s, the rise of video game consoles, all this will be featured in this weekly YouTube show![CR] So, stay tuned and sorry for the accent! ;)</description>
        <language>en pt</language>
        <platform>all</platform>
        <license>GPL-3.0</license>
        <forum>https://forum.kodi.tv/showthread.php?tid=319639</forum>
        <website>https://www.youtube.com/user/ThePixelTHING</website>
        <email>enen92@kodi.tv</email>
        <source>https://github.com/enen92/plugin.video.itsapixelthing</source>
        <news>The first version of the addon</news>
        <disclaimer></disclaimer>
        <assets>
            <icon>resources/images/icon.png</icon>
            <fanart>resources/images/fanart.jpg</fanart>
            <screenshot>resources/images/screenshot-1.png</screenshot>
            <screenshot>resources/images/screenshot-2.png</screenshot>
            <screenshot>resources/images/screenshot-3.png</screenshot>
            <screenshot>resources/images/screenshot-4.png</screenshot>
        </assets>
    </extension>
</addon>