-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automatic setup for LibreElec and CoreElec distros #285
Comments
Thanks for the log. I see the launch command is just straight launching retroarch with this command:
For most linux environments you need to use a 'helper script' to close kodi, launch retroarch and the game, then reopen kodi after retroarch is closed, which is why you get the wonky result. I've never heard of this addon, but googling looks like a cool option for coreelec. Looking at the addon, I think there's the helper script included. Here's what i think is needed (based on this post):
2). Update config path to ??? (I assume you already set this, but it needs to match whatever Retroarch says is where it's saving it's config). I think its:
Now you should be able to launch games (hopefully?). You can review the launch command by selecting a game list and select the context menu 'View list settings'. The launch command should read something like:
|
I had actually already tried setting the path to RetroArch as Currently, the config file in RetroArch is set in I have now set it as Is it possible to add |
Yes, i'll keep this open to make this more automatic for LibreElec and CoreElec distros. Its on my list to do. For now, you should be able to manually edit the setting in the xml, so it's applied to all lists:
Also worth maybe trying to alert a user when a setting for launching has changed, but the setting hasn't been applied to the game list(s) |
Hello, apologies for being a noob. I am currently running CoreELEC on a generic s905x4 4GB/32GB box. I'm running RetroArch as an addon through this: https://discourse.coreelec.org/t/retroarch-kodi-add-on-for-coreelec/17482.
When launching a game through IAGL with RetroArch set as the external player, the game launches, but Kodi keeps running in the background. The problem with this is that whenever an element in the Kodi UI gets updated, that element pops into the foreground (where RetroArch is), glitching the screen. Similarly, whenever an element in RetroArch updates, it pops back into the foreground. Hopefully this video is informative.
I have tried turning "Close Kodi on Launch" and "Pause Kodi on Launch" on and off, to no avail (in fact, when "Close Kodi on Launch" is turned on, the game runs at 2x speed with no sound, along with the aforementioned problem).
Pressing buttons on the IR remote controls Kodi (even when RetroArch is running, if it was launched by IAGL), forcing the UI to update and exacerbating the bug (I demonstrate that later in the video). Similarly, the connected game controller (Nintendo Switch Pro Controller) controls RetroArch, forcing some elements to visually update and bringing them back to foreground.
However, if RetroArch is launched directly from Kodi (and not from IAGL), this does not happen, and everything works fine, with no bug, and the IR remote controller starts controlling RetroArch.
Hopefully, this is the correct log (as I mentioned, I'm a noob):
01_KODI.log
Also, is this the correct settings file (changed from
xml
to be able to upload)? Is there a better way to show you my current settings?settings.txt
Thank you for your help and for this amazing addon. Apologies if there is documentation or a previous issue about the same thing, I looked but couldn't find any.
The text was updated successfully, but these errors were encountered: