2024-03-01, 11:03
you must create either a standalone launcher, either a "classic" roms launcher by replacing roms with .lnk in folder path
(2024-02-29, 19:26)josemi1971 Wrote: Hello, again. I've managed to get a .exe app to run through its shortcut. But, I get the launcher menu, and I would like the program to come out directly and not the launcher menu. Can it be done? As always, thank you very much
(2024-03-08, 20:34)DianeDrews Wrote:Just to be clear, with the sub-menu you mean the one from AKL in Kodi itself?(2024-02-29, 19:26)josemi1971 Wrote: Hello, again. I've managed to get a .exe app to run through its shortcut. But, I get the launcher menu, and I would like the program to come out directly and not the launcher menu. Can it be done? As always, thank you very much
I have the same question. I would like to launch an external program directly without opening the listing or any submenus.
Although in my case I am using AKL to launch RetroDECK from Flatpak as I am on Ubuntu running AKL from the stable repo on Nexus.
I was able to set up the launcher successfully by following the instructions on this post:
https://forum.kodi.tv/showthread.php?tid...pid3140139
After adding the new launcher to my favorites, I was able to also add it to my main menu.
Now i would like that to launch my application directly instead of first opening a sub-menu as it does now.
I have the "Launch ROM directly by default on item action" in settings turned on, but this has no effect.
Thanks!
(2024-02-29, 19:26)josemi1971 Wrote: Hello, again. I've managed to get a .exe app to run through its shortcut. But, I get the launcher menu, and I would like the program to come out directly and not the launcher menu. Can it be done? As always, thank you very much
(2024-03-02, 01:38)Jose_Ender Wrote: I have already split in smaller collection with the same issue. Here you can see the logsLooking at your post I have a feeling that you have the webservice port issue as mentioned in this post (https://forum.kodi.tv/showthread.php?tid...pid3182245).
https://paste.kodi.tv/apoguveqod.kodi
Thank you for your support
(2024-03-09, 12:05)chrisism Wrote:Yes I think so. By sub-menu I mean when I select the AKL Launcher that I have created for RetroDECK, it opens a sub-menu or info page with space for art and other information from which I must then select "Launch" to actually start RetroDECK (the other options include Trailer, Show scanned date, Edit Metadata, etc... )(2024-03-08, 20:34)DianeDrews Wrote:Just to be clear, with the sub-menu you mean the one from AKL in Kodi itself?(2024-02-29, 19:26)josemi1971 Wrote: Hello, again. I've managed to get a .exe app to run through its shortcut. But, I get the launcher menu, and I would like the program to come out directly and not the launcher menu. Can it be done? As always, thank you very much
I have the same question. I would like to launch an external program directly without opening the listing or any submenus.
Although in my case I am using AKL to launch RetroDECK from Flatpak as I am on Ubuntu running AKL from the stable repo on Nexus.
I was able to set up the launcher successfully by following the instructions on this post:
https://forum.kodi.tv/showthread.php?tid...pid3140139
After adding the new launcher to my favorites, I was able to also add it to my main menu.
Now i would like that to launch my application directly instead of first opening a sub-menu as it does now.
I have the "Launch ROM directly by default on item action" in settings turned on, but this has no effect.
Thanks!
Try to rebuild the views, probably the old pre-rendered view is still used with the link to the details view. That should do the trick.
(2024-03-08, 14:18)chrisism Wrote: Breaking updates - part 2Good morning,
I am rolling out more RC updates through the beta repository. If you switch to the RC version of AKL, make sure all the plugins are RC releases too.
For those who have already installed the RC release of AKL, go to the addon settings, advanced and check database migrations. Check for all executed migrations.
- If you have just updated and installed (RC12) AKL fresh, then you can run the migrations in order if they are not already executed.
- If you have a prior RC release and the last migration (1.5 - 2) is already run, then you need to restore the database file and execute the migrations again due to migration issues in RC9 / RC10.
How to restore the database to a version prior to the upgrade?
(!! database restore is only needed if you already have executed migration 1.5.0_002 with a prior RC release than RC12 !!)
Go to the kodi directory, the userdata and then the addondata directory inside. (<kodi dir>/userdata/addon_data/plugin.program.akl).
There you will find a akl.db file and a akl.db.bak file. To be sure, make a copy of the akl.db.bak file (and akl.db file optional).
Delete the akl.db file and rename the akl.db.bak file to akl.db.
Now open up kodi, disable/enable AKL addon or restart kodi in total.
Go to addon settings, advanced and Run db migrations option.
If not all migrations done, then execute them one by one in order of version.
Take notice that the RC versions of the addon might still have minor bugs or issues. Keep an eye out on new releases.
If you dont want the hassle, wait until the stabe full release from the stable repository.
(2024-03-09, 23:02)DianeDrews Wrote:(2024-03-09, 12:05)chrisism Wrote:Yes I think so. By sub-menu I mean when I select the AKL Launcher that I have created for RetroDECK, it opens a sub-menu or info page with space for art and other information from which I must then select "Launch" to actually start RetroDECK (the other options include Trailer, Show scanned date, Edit Metadata, etc... )(2024-03-08, 20:34)DianeDrews Wrote: I have the same question. I would like to launch an external program directly without opening the listing or any submenus.Just to be clear, with the sub-menu you mean the one from AKL in Kodi itself?
Although in my case I am using AKL to launch RetroDECK from Flatpak as I am on Ubuntu running AKL from the stable repo on Nexus.
I was able to set up the launcher successfully by following the instructions on this post:
https://forum.kodi.tv/showthread.php?tid...pid3140139
After adding the new launcher to my favorites, I was able to also add it to my main menu.
Now i would like that to launch my application directly instead of first opening a sub-menu as it does now.
I have the "Launch ROM directly by default on item action" in settings turned on, but this has no effect.
Thanks!
Try to rebuild the views, probably the old pre-rendered view is still used with the link to the details view. That should do the trick.
I would like to eliminate the extra step and have selecting the AKL launcher start RetroDECK directly.
I have tried rebuilding the views, but the launcher behavior remains unchanged.
Thanks
(2024-03-19, 19:26)moi952 Wrote:(2024-03-08, 14:18)chrisism Wrote: Breaking updates - part 2Good morning,
I am rolling out more RC updates through the beta repository. If you switch to the RC version of AKL, make sure all the plugins are RC releases too.
For those who have already installed the RC release of AKL, go to the addon settings, advanced and check database migrations. Check for all executed migrations.
- If you have just updated and installed (RC12) AKL fresh, then you can run the migrations in order if they are not already executed.
- If you have a prior RC release and the last migration (1.5 - 2) is already run, then you need to restore the database file and execute the migrations again due to migration issues in RC9 / RC10.
How to restore the database to a version prior to the upgrade?
(!! database restore is only needed if you already have executed migration 1.5.0_002 with a prior RC release than RC12 !!)
Go to the kodi directory, the userdata and then the addondata directory inside. (<kodi dir>/userdata/addon_data/plugin.program.akl).
There you will find a akl.db file and a akl.db.bak file. To be sure, make a copy of the akl.db.bak file (and akl.db file optional).
Delete the akl.db file and rename the akl.db.bak file to akl.db.
Now open up kodi, disable/enable AKL addon or restart kodi in total.
Go to addon settings, advanced and Run db migrations option.
If not all migrations done, then execute them one by one in order of version.
Take notice that the RC versions of the addon might still have minor bugs or issues. Keep an eye out on new releases.
If you dont want the hassle, wait until the stabe full release from the stable repository.
I installed moonlight on windows, I installed the beta versions of your beta repo, but I can't figure out how to make the launcher work. Whether to just launch moonlight.exe or even better to launch the games directly.
I don't understand what I should do with the gamestream extension, when it is installed I go to AKL and if I add a launcher and click on gamestream and I get the error "Generic Failure"
It's a shame because this plugin looks amazing but I can't seem to add anything.
Could you tell me how to do it? I managed to get veldenb/plugin.program.moonlight-qt to work which is really practical on libreElec but for compatibility with the xbox wireless adapter I switch to windows (or linux if necessary)
My goal is to act as a home console to stream games from my PC.
Thank you for your answer
(2024-02-08, 08:43)lifeofastro Wrote: I am also have the issue with RetroArch where when clicking a ROM nothing happens. ROMs load perfectly in RetroArch itself, but in AKL nothing happens.
(2024-03-28, 22:18)chrisism Wrote: Alright, some new updates to the beta releases.Thank you for your work.
- Latest beta version of script.akl.nvgamestream now supports Moonlight QT
- Latest beta version of script.akl.retroarchlauncher now fixes launching ROMs on Windows
Check it out