2023-08-05, 15:34
(2023-08-05, 00:41)VisionaiR Wrote: I just released an app to make it easier to start a game from Moonlight by using the appid as a parameter on android. It makes things easier to integrate AKL or IAGL to MoonlightNice work! But AKL already has Moonlight/Nvidia gamestream support. You can download and install the plugin for AKL and the only manual part is having a correct certificate for the pairing.
check it out here https://forum.kodi.tv/showthread.php?tid=374011
Have a look at the code at https://github.com/chrisism/script.akl.nvgamestream . Feel free to use/add here.
Although for the AKL plugin you only need the Moonlight/Sunshine/Nvidia Gamestream parts, there are many ways to do the server/PC side.
I myself use it with running Playnite on the PC. I dont start it through steam though, just directly Playnite. I have created a simple script plugin for Playnite that updates the Sunshine library each time the Playnite library gets updated, to keep it in sync.
The AKL plugin takes care of scanning the Sunshine library and adding all the games to AKL. The AKL plugin launcher automatically picks the corresponding entry for Moonlight and starts the client.
Have a look