Beta Advanced Emulator Launcher - Multi-emulator frontend for Kodi
Hi,

Thanks for the work.
I tried AEL and get an error when i import XML Launcher :
Code:
Please tick the checkbox that you see below. This process is used to prevent automated spam bots.2021-07-05 19:27:49.700 T:16700    INFO <general>: AEL INFO : Processing Launcher "Nintendo 64 (RA)"
2021-07-05 19:27:49.700 T:16700    INFO <general>: AEL INFO :       with Category "Nintendo"
2021-07-05 19:27:49.701 T:16700   ERROR <general>: AEL ERROR: SingleInstance::__exit__() Unhandled excepcion in protected code
2021-07-05 19:27:49.704 T:16700   ERROR <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                                    - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                                   Error Type: <class 'NameError'>
                                                   Error Contents: name 'nfo_dic' is not defined
                                                   Traceback (most recent call last):
                                                     File "/home/bibi/.kodi/addons/plugin.program.advanced.emulator.launcher/addon.py", line 37, in <module>
                                                       main.Main().run_plugin(sys.argv)
                                                     File "/home/bibi/.kodi/addons/plugin.program.advanced.emulator.launcher/resources/main.py", line 411, in run_plugin
                                                       self.run_protected(command, args)
                                                     File "/home/bibi/.kodi/addons/plugin.program.advanced.emulator.launcher/resources/main.py", line 570, in run_protected
                                                       elif command == 'EXECUTE_UTILS_IMPORT_LAUNCHERS': self._command_exec_utils_import_launchers()
                                                     File "/home/bibi/.kodi/addons/plugin.program.advanced.emulator.launcher/resources/main.py", line 10058, in _command_exec_utils_import_launchers
                                                       autoconfig_import_launchers(g_PATHS.CATEGORIES_FILE_PATH, g_PATHS.ROMS_DIR,
                                                     File "/home/bibi/.kodi/addons/plugin.program.advanced.emulator.launcher/resources/autoconfig.py", line 413, in autoconfig_import_launchers
                                                       autoconfig_import_launcher(ROMS_DIR, categories, launchers, categoryID, launcherID, i_launcher, import_FN)
                                                     File "/home/bibi/.kodi/addons/plugin.program.advanced.emulator.launcher/resources/autoconfig.py", line 596, in autoconfig_import_launcher
                                                       Launcher_NFO_meta = fs_read_launcher_NFO(Launcher_NFO_FN)
                                                     File "/home/bibi/.kodi/addons/plugin.program.advanced.emulator.launcher/resources/disk_IO.py", line 1284, in fs_read_launcher_NFO
                                                       update_dic_with_NFO_str(nfo_str, 'year', nfo_dic, 'm_year')
                                                   NameError: name 'nfo_dic' is not defined
                                                   -->End of Python script error report<--
                                                   
2021-07-05 19:27:49.727 T:16700    INFO <general>: Python interpreter stopped

The XML :

Code:
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<advanced_emulator_launcher_configuration>
<launcher>
    <name>Nintendo 64 (RA)</name>
    <category>Nintendo</category>
    <Launcher_NFO>/donnees/emulation/Launcher assets Nintendo/Nintendo 64.nfo</Launcher_NFO>
    <platform>Nintendo 64</platform>
    <application>/usr/bin/retroarch</application>
    <args>-L /usr/lib/libretro/mupen64plus_next_libretro.so &quot;$rom$&quot;</args>
    <args>-L /usr/lib/libretro/parallel_n64_libretro.so ;;$rom$&quot;</args>
    <ROM_path>/donnees/emulation/roms/nintendo-n64/</ROM_path>
    <ROM_ext>zip|z64</ROM_ext>
    <ROM_asset_path>/home/kodi/AEL-assets/nintendo-n64/</ROM_asset_path>
    <Asset_Prefix>/donnees/emulation/Launcher assets Nintendo/Nintendo 64</Asset_Prefix>
</launcher>
</advanced_emulator_launcher_configuration>
Reply


Messages In This Thread
Can You create A Sub Category? - by Wild_Tom - 2020-07-13, 04:43
Crash & Lost my launchers? - by eirrocmh - 2020-11-29, 02:25
RE: Crash & Lost my launchers? - by eirrocmh - 2020-12-19, 00:19
RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - by bibi - 2021-07-06, 01:37
Logout Mark Read Team Forum Stats Members Help
Advanced Emulator Launcher - Multi-emulator frontend for Kodi12