-
Notifications
You must be signed in to change notification settings - Fork 51
/
addon.xml
46 lines (46 loc) · 2.89 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
41
42
43
44
45
46
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.program.iagl" name="Internet Archive Game Launcher" version="3.0.9">
<requires>
<import addon="xbmc.python" version="3.0.1"/>
<import addon="script.module.infotagger"/>
<import addon="script.module.dateutil"/>
<import addon="script.module.requests"/>
<import addon="script.module.routing"/>
<import addon="vfs.libarchive"/>
<import addon="vfs.rar" optional="true"/>
<import addon="script.module.archive_tool" version="2.0.2"/>
<import addon="plugin.video.youtube" version="6.8.7"/>
</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>
<summary lang="sk_SK">Internet Archive Game Launcher</summary>
<description lang="sk_SK">Internet Archive Game Launcher (IAGL) je zdarma poskytovaný doplnok pre Kodi umožňujúci prechádzanie a spúšťanie hier z internetu</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.jpg</fanart>
<screenshot>support/media/screen1.jpg</screenshot>
<screenshot>support/media/screen2.jpg</screenshot>
<screenshot>support/media/screen3.jpg</screenshot>
<screenshot>support/media/screen4.jpg</screenshot>
<screenshot>support/media/screen5.jpg</screenshot>
<screenshot>support/media/screen6.jpg</screenshot>
</assets>
</extension>
</addon>