This repository was archived by the owner on Apr 30, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathaddon.xml
More file actions
29 lines (29 loc) · 1.34 KB
/
Copy pathaddon.xml
File metadata and controls
29 lines (29 loc) · 1.34 KB
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.program.iarl" name="Internet Archive ROM Launcher" version="1.7.0" provider-name="Zach Morris">
<requires>
<import addon="xbmc.python" version="2.14.0"/>
<import addon="plugin.video.youtube" version="5.1.9"/>
<import addon="script.module.dateutil" version="2.4.2"/>
<import addon="script.module.requests" version="2.9.1"/>
<import addon="virtual.system-tools" version="7.0.100" optional="true"/>
</requires>
<extension point="xbmc.python.pluginsource" library="addon.py">
<provides>video game</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<language></language>
<summary>Internet Archive ROM Launcher</summary>
<description>IARL will download ROMs from the Internet Archive and launch them with Kodi</description>
<license>CC BY-SA 4.0, GNU GENERAL PUBLIC LICENSE Version 2.0</license>
<forum>http://forum.kodi.tv/showthread.php?tid=231339</forum>
<source>https://github.com/zach-morris/plugin.program.iarl</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>
</assets>
</extension>
</addon>