-
Notifications
You must be signed in to change notification settings - Fork 49
/
Copy pathaddon.xml
40 lines (40 loc) · 2.48 KB
/
addon.xml
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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.program.iagl" name="Internet Archive Game Launcher" version="4.0.3">
<requires>
<import addon="xbmc.python" version="3.0.1"/>
<import addon="script.module.infotagger"/>
<import addon="script.module.requests"/>
<import addon="vfs.libarchive"/>
<import addon="script.module.archive_tool" version="2.0.3"/>
</requires>
<extension point="xbmc.python.pluginsource" library="addon.py">
<provides>video game</provides>
</extension>
<extension point="xbmc.addon.metadata">
<!-- <reuselanguageinvoker>false</reuselanguageinvoker> -->
<platform>all</platform>
<summary lang="en_GB">Internet Archive Game Launcher</summary>
<description lang="en_GB">The Internet Archive Game Launcher (IAGL) is a FREE Kodi addon that will browse and launch games available from the Internet</description>
<summary lang="es_ES">Internet Archive Game Launcher</summary>
<description lang="es_ES">Internet Archive Game Launcher (IAGL) es un complemento gratuito para Kodi que explora y lanza juegos disponibles en Internet</description>
<summary lang="es_MX">Internet Archive Game Launcher</summary>
<description lang="es_MX">Internet Archive Game Launcher (IAGL) es un complemento gratuito para Kodi que explorará y lanzará juegos disponibles en Internet</description>
<summary lang="pt_BR">Internet Archive Game Launcher</summary>
<description lang="pt_BR">Internet Archive Game Launcher (IAGL) é um addon gratuito para Kodi que explora e executa jogos disponíveis na Internet</description>
<summary lang="pt_PT">Internet Archive Game Launcher</summary>
<description lang="pt_PT">Internet Archive Game Launcher (IAGL) é um addon gratuito para Kodi que explora e executa jogos disponíveis na Internet</description>
<license>CC BY-SA 4.0, GNU GENERAL PUBLIC LICENSE Version 2.0</license>
<forum>https://forum.kodi.tv/showthread.php?tid=231339</forum>
<source>https://github.com/zach-morris/plugin.program.iagl</source>
<assets>
<icon>icon.png</icon>
<fanart>fanart.png</fanart>
<screenshot>assets/screenshot/screen1.jpg</screenshot>
<screenshot>assets/screenshot/screen2.jpg</screenshot>
<screenshot>assets/screenshot/screen3.jpg</screenshot>
<screenshot>assets/screenshot/screen4.jpg</screenshot>
<screenshot>assets/screenshot/screen5.jpg</screenshot>
<screenshot>assets/screenshot/screen6.jpg</screenshot>
</assets>
</extension>
</addon>