Beta Advanced Emulator Launcher - Multi-emulator frontend for Kodi
(2021-09-11, 22:55)bibi Wrote: Hi,
Thanks for your addon, a little complex to start but then awesome.
I need to launch 2 commands in a launcher, one to start the emulator, and one to place the emulator screen on the right screen.
Is it possible ?
Here a rpcs3 launcher for linux
Code:
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<advanced_emulator_launcher_configuration>
<launcher>
    <name>Sony Playstation 3</name>
    <category>Sony</category>
    <Launcher_NFO>/donnees/emulation/Launcher assets SONY/PlayStation 3.nfo</Launcher_NFO>
    <platform>Sony PlayStation 3</platform>
    <application>/usr/bin/rpcs3</application>
    <args>--no-gui &quot;$rom$&quot;</args>
    <ROM_path>/donnees/emulation/roms/ps3/</ROM_path> 
    <ROM_ext>bin</ROM_ext>
    <ROM_asset_path>/donnees/emulation/AEL-assets/PlayStation3</ROM_asset_path>
    <Asset_Prefix>/donnees/emulation/Launcher assets SONY/PlayStation 3</Asset_Prefix>
</launcher>
</advanced_emulator_launcher_configuration>

Can you please give some feedback on what was difficult? That will help me to craft the documentation (one day...).

If you need to create more than one command then you need to launch a script file (shell, Python, etc.) and from the script then you do whatever you want. You have some examples in the AEL asset library. That's a pretty complicated script with lots of bells and whistles but you get the idea. In Linux, make sure the script has executable permissions and that the shebang is present in the script in the first line.
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 Wintermute0110 - 2021-09-15, 07:20
Logout Mark Read Team Forum Stats Members Help
Advanced Emulator Launcher - Multi-emulator frontend for Kodi12