2023-03-23, 19:41
Hi, so I examine the log and see that it need more permission to launch hyperspin, so I launch kodi as administrator and it works now. Thanks again
(2023-03-24, 04:14)tufeixp Wrote: I wish to use AKL as my local PC game launcher(without steam or emulator), I installed all the plugins and could not find the entry menu wrote here: Category · chrisism/plugin.program.akl Wiki (github.com)
Would you please give me a hint how to do that, and how the configuration items works too?
(2023-02-13, 09:26)ippytick Wrote:The version I use is AKL 1.3.1, why the "Application launcher" is missing?(2023-02-12, 07:20)ippytick Wrote: Hi, I'm setting up a new kodi instance running version 20 (Nexus). In the past I have used advanced emulator launcher for games and browsers but being that there isn't a release for the latest version of Kodi I've decided to try AKL.Ok I was an idiot but I’ve worked it out now. To start firefox at a particular website I had to
Today I have managed to setup all my games to run with the Arctic Zephyr reloaded skin and the retroplayer emulator which I am happy to report all works well. However when trying to launch the firefox browser to a specific website I am at a bit of a loss.
How does one setup a launcher to acheive this? I am sure it is the Rom Collection (standalone option) but I can't work it out. Once upon a time I used to create a shortcut file to the browsers .exe file then include the url in the shortcuts target and then link AEL to that file.
- Add new ROM (Standalone)
- Select the appropriate category
- Answer “No” to is it a file based ROM/executable
- Write the name for the launcher “Firefox”
- Go into the context menu of the newly created launcher
- Edit ROM
- Add new launcher to ROM
- Select Application launcher
- Find and select the firefox.exe
- In the Application arguments enter the website I wanted firefox to open to “www.example.com”
- Edit metadata/assets as appropriate
I must say I really love AKL it seems to work better than AEL just had to get used to the few differences.
I do have a couple more questions though that I can’t seem to find a solution too.
Firstly, whenever I run a game or application several notifications for Advanced Kodi Launcher popup in the right hand side of the screen e.g Rendering virtual collection, most played ROMS views reached, most played ROMS view rendered, etc. Is there a way to hide these notifications?
Secondly, when I go to AKL settings > Display > Special Categories/Launchers > and toggle the hide option for any of the Favorites, ROM Collections, Browse by, etc. an error appears after I rebuild the views and AKL immediately crashes. WhenI try to open it again it displays an error everytime I try, the error displayed is “Failed to execute route or command”. The only way I can fix this error is to uninstall the addon and reinstall it again.
xml:
StartActivity: package: com.github.stenzek.duckstation
StartActivity: package: org.dolphinemu.dolphinemu
StartActivity: package: org.ppsspp.ppsspp
StartActivity: package: xyz.aethersx2.android
(2023-03-28, 08:38)chrisism Wrote: Did you install the plugin.akl.defaults addon?Thanks chrisism, I tried to installed the Chrisism's BETA repository(the last time I installed is the default Chrisism's repository and all plugins below) and the Game add-ons/Standalone games/AKL
This contains the normal application launcher, accessible when choosing 'Add launcher'. To check connected plugins in AKL, you go to 'Utilities' and then 'Show plugin addons'. This should give you a list of all the plugins AKL has recognized. If missing you might want to do the scan option first.
(2023-03-31, 08:34)tufeixp Wrote:(2023-03-28, 08:38)chrisism Wrote: Did you install the plugin.akl.defaults addon?Thanks chrisism, I tried to installed the Chrisism's BETA repository(the last time I installed is the default Chrisism's repository and all plugins below) and the Game add-ons/Standalone games/AKL
This contains the normal application launcher, accessible when choosing 'Add launcher'. To check connected plugins in AKL, you go to 'Utilities' and then 'Show plugin addons'. This should give you a list of all the plugins AKL has recognized. If missing you might want to do the scan option first.efault plugins, and now the Application launcher menu shows up! Should I uninstall all plugins from the formal Chrisism's repository, and reinstall them under the Beta repositry?
Is it able to move the Programs/<Favourites>/standalone games to the front page/Games/ path?
(2023-03-30, 18:59)zachmorris Wrote: Wondering if anyone has been able to launch non-retroarch emulators with Android?Well the templates should help, but most important one is the android manifest. This file in general defines what/which arguments are needed. Find the correct activity and see what parameters it will need.
I can start these as standalone apps, but can't figure out the format to launch games correctly:
xml:
StartActivity: package: com.github.stenzek.duckstation
StartActivity: package: org.dolphinemu.dolphinemu
StartActivity: package: org.ppsspp.ppsspp
StartActivity: package: xyz.aethersx2.android
I've played around with the Android Command Tester using these as templates, but thus far have fallen short of getting them to work.
(2023-05-04, 08:34)tufeixp Wrote: I uninstalled beta version, and use the normal one, it works as is!Which scraper is this and do you have logs for me? Looking at the message it might be that you need to set the platform for the game (check Edit metadata option). The scrapers needs to know the correct platform/system to limit the search.
However, I tried with almost all scrapers but no one scrape success. Logs like "HTTP code 422 message The Platform IDs must be positive integers" pop out. What I was trying with is a standalone PC game "Kena:Bridge of Spirits".
Quote:023-05-06 22:25:54.565 T:374047 info <general>: [plugin.program.akl] resources.lib.services: ------------ Called Advanced Kodi Launcher : Service ------------
2023-05-06 22:25:54.566 T:374047 info <general>: [plugin.program.akl] resources.lib.services: Found 1 migration files to process.
2023-05-06 22:25:54.595 T:374047 info <general>: [plugin.program.akl] resources.lib.repositories: Executing migration script: special://home/addons/plugin.program.akl/resources/migrations/1.4.0.sql
2023-05-06 22:25:54.649 T:374047 error <general>: [plugin.program.akl] resources.lib.services: Failure while doing database migration
Traceback (most recent call last):
File "/home/kodi/.kodi/addons/plugin.program.akl/resources/lib/services.py", line 63, in run
self._do_version_upgrade(uow, LooseVersion(db_version))
File "/home/kodi/.kodi/addons/plugin.program.akl/resources/lib/services.py", line 129, in _do_version_upgrade
uow.migrate_database(migrations_files_to_execute, version_to_store)
File "/home/kodi/.kodi/addons/plugin.program.akl/resources/lib/repositories.py", line 364, in migrate_database
self.execute_script(sql_statements)
File "/home/kodi/.kodi/addons/plugin.program.akl/resources/lib/repositories.py", line 404, in execute_script
self.conn.executescript(sql_statements)
sqlite3.OperationalError: no such column: c.default_icon
2023-05-06 22:25:54.649 T:374047 info <general>: [plugin.program.akl] resources.lib.services: Skipping automatic scan and view generation. Last scan was 4 days ago
2023-05-06 22:25:54.649 T:374061 critical <general>: [plugin.program.akl] resources.lib.webservice: Exception in webservice.is_alive [Errno 111] Connection refused
2023-05-06 22:25:54.649 T:374061 info <general>: [plugin.program.akl] resources.lib.webservice: Stopping AKL webservice(127.0.0.1:57300)
2023-05-06 22:25:54.649 T:374061 error <general>: [plugin.program.akl] resources.lib.webservice: Exception in webservice.stop(): [Errno 111] Connection refused
2023-05-06 22:25:54.649 T:374061 info <general>: [plugin.program.akl] resources.lib.webservice: Webservice stopped
2023-05-06 22:25:54.649 T:374061 info <general>: [plugin.program.akl] resources.lib.webservice: Startup AKL webservice(127.0.0.1:57300)