-
Notifications
You must be signed in to change notification settings - Fork 55
/
addons.xml
106 lines (103 loc) · 5.22 KB
/
addons.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addons>
<addon id="script.module.archive_tool" name="archive_tool" provider-name="Zach Morris" version="2.0.3">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="vfs.libarchive"/>
<import addon="vfs.rar" optional="true"/>
</requires>
<extension point="xbmc.python.module" library="lib" />
<extension point="xbmc.addon.metadata">
<summary lang="en">Python class for working with file archives</summary>
<description lang="en">archive_tool is a set of common tools to work with the Kodi libarchive virtual file system</description>
<platform>all</platform>
<assets>
<icon>icon.png</icon>
</assets>
<license>GNU GENERAL PUBLIC LICENSE V3</license>
</extension>
</addon>
<addon id="plugin.program.retrobiostool" name="Retro BIOS Tool" version="0.6">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="script.module.kodi-six"/>
<import addon="script.module.requests"/>
<import addon="script.module.routing"/>
</requires>
<extension point="xbmc.python.pluginsource" library="retrobiostool.py">
<provides>executable</provides>
</extension>
<extension point="xbmc.addon.metadata">
<!-- <reuselanguageinvoker>false</reuselanguageinvoker> -->
<platform>all</platform>
<summary lang="en_GB">Retro BIOS Tool</summary>
<description lang="en_GB">Retro BIOS Tool will scan a folder of your choosing and copy the appropriate files for use in Kodi game addons</description>
<license>GNU General Public License v3.0</license>
<source>https://github.com/zach-morris/plugin.program.retrobiostool</source>
<assets>
<icon>icon.jpg</icon>
</assets>
</extension>
</addon>
<addon id="repository.zachmorris" name="Zach Morris Add-ons" version="1.0.4" provider-name="zachmorris">
<extension point="xbmc.addon.repository" name="Zach Morris Add-ons">
<dir minversion="18.0.0">
<info compressed="false">https://github.com/zach-morris/repository.zachmorris/raw/master/addons.xml</info>
<checksum>https://github.com/zach-morris/repository.zachmorris/raw/master/addons.xml.md5</checksum>
<datadir zip="true">https://github.com/zach-morris/repository.zachmorris/raw/master/</datadir>
</dir>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en_GB">Zach Morris Add-ons</summary>
<description>Zach Morris Add-ons</description>
<platform>all</platform>
<assets>
<icon>icon.png</icon>
<fanart>fanart.jpg</fanart>
</assets>
</extension>
</addon>
<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>
<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>
</addons>