forked from Wintermute0110/plugin.program.AEL.dev
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathaddon.xml
More file actions
30 lines (30 loc) · 1.65 KB
/
addon.xml
File metadata and controls
30 lines (30 loc) · 1.65 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
30
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.program.akl" name="Advanced Kodi Launcher" version="1.0.4-rc0" provider-name="chrisism">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="script.module.routing" version="0.2.3"/>
<import addon="script.module.akl" version="1.2.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="addon.py">
<provides>executable game</provides>
</extension>
<extension point="xbmc.service" library="service.py"/>
<extension point="xbmc.addon.metadata">
<summary lang="en_GB">Start any emulators/apps from Kodi.</summary>
<description lang="en_GB">Gaming front-end and general application launcher for Kodi. Supports scanning, scraping and launching of ROMs and games, using many plugins. Easily extendable with lots of plugins or create your own.</description>
<platform>android freebsd ios linux osx windows</platform>
<license>GNU General Public License version 2</license>
<email>crizzz@gmail.com</email>
<forum>https://forum.kodi.tv/showthread.php?tid=366351</forum>
<website>https://github.com/chrisism/plugin.program.akl</website>
<source>https://github.com/chrisism/plugin.program.akl</source>
<assets>
<icon>media/icon.png</icon>
<fanart>media/fanart.jpg</fanart>
<screenshot>media/arcticzephyr_reloaded_01_companies.jpg</screenshot>
<screenshot>media/arcticzephyr_reloaded_02_systems.jpg</screenshot>
<screenshot>media/arcticzephyr_reloaded_03_games.jpg</screenshot>
</assets>
<news>See changelog.txt for information about the latest release.</news>
</extension>
</addon>