|
1 | | -<?xml version="1.0" encoding="UTF-8" standalone="yes"?> |
2 | | -<addon id="plugin.program.advanced.emulator.launcher" name="Advanced Emulator Launcher" |
3 | | - version="0.9.7~alpha" provider-name="Wintermute0110"> |
4 | | - <requires> |
5 | | - <!-- See https://github.com/xbmc/xbmc/blob/master/addons/xbmc.python/addon.xml |
6 | | - 2.24.0 Jarvis 16.x |
7 | | - 2.25.0 Krypton 17.x |
8 | | - x.yy.z Leia 18.x |
9 | | - x.yy.z M**** 19.x |
10 | | - --> |
11 | | - <import addon="xbmc.python" version="2.25.0" /> |
12 | | - </requires> |
13 | | - <extension point="xbmc.python.pluginsource" library="addon.py"> |
14 | | - <provides>executable</provides> |
15 | | - </extension> |
16 | | - <extension point="xbmc.addon.metadata"> |
17 | | - <summary lang="en">Start any emulators/apps from Kodi.</summary> |
18 | | - <description lang="en">Multi-emulator front-end and general application launcher for Kodi. Includes offline scrapers for MAME and No-Intro ROM sets and also supports scrapping ROM metadata and artwork online. ROM auditing for No-Intro ROMs using No-Intro or Redump XML DAT files. Launching of games and standalone applications is also available.</description> |
19 | | - <platform>all</platform> |
20 | | - <license>GNU General Public License version 2</license> |
21 | | - |
22 | | - <forum>http://forum.kodi.tv/showthread.php?tid=287826</forum> |
23 | | - <website>https://github.com/Wintermute0110/plugin.program.advanced.emulator.launcher/wiki</website> |
24 | | - <source>https://github.com/Wintermute0110/plugin.program.advanced.emulator.launcher</source> |
25 | | - <assets> |
26 | | - <icon>media/icon.png</icon> |
27 | | - <fanart>media/fanart.jpg</fanart> |
28 | | - <screenshot>media/Estuary_ROM_Launcher.jpg</screenshot> |
29 | | - <screenshot>media/Estuary_ROM_Console.jpg</screenshot> |
30 | | - <screenshot>media/Estuary_ROM_MAME.jpg</screenshot> |
31 | | - </assets> |
32 | | - <news>See changelog.txt for information about the latests release.</news> |
33 | | - </extension> |
34 | | -</addon> |
| 1 | +<?xml version="1.0" encoding="UTF-8" standalone="yes"?> |
| 2 | +<addon id="plugin.program.advanced.emulator.launcher" name="Advanced Emulator Launcher" |
| 3 | + version="0.9.7~beta1" provider-name="Wintermute0110"> |
| 4 | + <requires> |
| 5 | + <!-- See https://github.com/xbmc/xbmc/blob/master/addons/xbmc.python/addon.xml |
| 6 | + 2.24.0 Jarvis 16.x |
| 7 | + 2.25.0 Krypton 17.x |
| 8 | + x.yy.z Leia 18.x |
| 9 | + x.yy.z M**** 19.x |
| 10 | + --> |
| 11 | + <import addon="xbmc.python" version="2.25.0" /> |
| 12 | + </requires> |
| 13 | + <extension point="xbmc.python.pluginsource" library="addon.py"> |
| 14 | + <provides>executable</provides> |
| 15 | + </extension> |
| 16 | + <extension point="xbmc.addon.metadata"> |
| 17 | + <summary lang="en">Start any emulators/apps from Kodi.</summary> |
| 18 | + <description lang="en">Multi-emulator front-end and general application launcher for Kodi. Includes offline scrapers for MAME and No-Intro ROM sets and also supports scrapping ROM metadata and artwork online. ROM auditing for No-Intro ROMs using No-Intro or Redump XML DAT files. Launching of games and standalone applications is also available.</description> |
| 19 | + <platform>all</platform> |
| 20 | + <license>GNU General Public License version 2</license> |
| 21 | + |
| 22 | + <forum>http://forum.kodi.tv/showthread.php?tid=287826</forum> |
| 23 | + <website>https://github.com/Wintermute0110/plugin.program.advanced.emulator.launcher/wiki</website> |
| 24 | + <source>https://github.com/Wintermute0110/plugin.program.advanced.emulator.launcher</source> |
| 25 | + <assets> |
| 26 | + <icon>media/icon.png</icon> |
| 27 | + <fanart>media/fanart.jpg</fanart> |
| 28 | + <screenshot>media/Estuary_ROM_Launcher.jpg</screenshot> |
| 29 | + <screenshot>media/Estuary_ROM_Console.jpg</screenshot> |
| 30 | + <screenshot>media/Estuary_ROM_MAME.jpg</screenshot> |
| 31 | + </assets> |
| 32 | + <news>See changelog.txt for information about the latests release.</news> |
| 33 | + </extension> |
| 34 | +</addon> |
0 commit comments