File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5252
5353 * Issue 14: [ Feature request] Add the platforn in the gamedb url query.
5454
55- * Integrate AL launchers.xml sanitizer in AEL plugin.
56-
5755 * Scraper should report wheter it supports and asset or not.
5856
5957 * Scraper should download the correct asset or nothing at all if it does not support and specific
7573
7674# DONE #
7775
76+ * Integrate AL launchers.xml sanitizer in AEL plugin.
77+
7878 * Ensure all artwork directories are different! If assets have same directory then artwork image
7979 files will be overwritten!
8080
Original file line number Diff line number Diff line change 4545 plugin = resources .main .Main ()
4646
4747 plugin .run_plugin ()
48+
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" standalone =" yes" ?>
2- <addon id =" plugin.program.advanced.emulator.launcher" name =" Advanced Emulator Launcher" version =" 0.9.0 " provider-name =" Wintermute0110" >
2+ <addon id =" plugin.program.advanced.emulator.launcher" name =" Advanced Emulator Launcher" version =" 0.9.1 " provider-name =" Wintermute0110" >
33 <requires >
44 <!-- 2.24.0 Jarvis 16.x
55 2.25.0 Krypton 17.x
66 -->
77 <import addon =" xbmc.python" version =" 2.24.0" />
8- <!-- 1.2.8 is the ElementTree module available in Gotham
9- See http://mirrors.kodi.tv/addons/gotham/
8+ <!-- 1.2.8 is the ElementTree module available in Gotham, see http://mirrors.kodi.tv/addons/gotham/
109 NOTE Seems this is not needed in Kodi Jarvis
1110 -->
1211 <!-- <import addon="script.module.elementtree" version="1.2.8"/> -->
2120 <description lang =" en" >Multi-emulator front-end for Kodi scalable to collections of thousands of ROMs. 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 XML DATs. Launching of games and standalone applications is also available.</description >
2221 </extension >
2322</addon >
23+
Original file line number Diff line number Diff line change 11[B]Advanced Emulator Launcher | version 0.9.1 | 6 September 2016[/B]
22
3+ FEATURE Invalid characters in launchers.xml are fixed before importing AL legacy launcher/ROMs. A copy of the
4+ fixed launchers.xml is placed in AEL ADDON_DATA_DIR.
5+
36FEATURE Check if there are duplicated asset directories. This will avoid overwriting of
47 artwork files!
58
@@ -13,3 +16,4 @@ FIX Fixed edition of asset directories in "Edit Launcher" -- "Manage ROM Asset d
1316[B]Advanced Emulator Launcher | version 0.9.0 | 22 August 2016[/B]
1417
1518* Initial release.
19+
You can’t perform that action at this time.
0 commit comments