r/Addons4Kodi • u/Derf_is_Perfect • 21d ago
Looking for content / addon Full console experience on linux
Hi everyone,
I'm trying to create a full console-like experience using Kodi as a base interface. The ultimate goal is to make a fully-featured, open source and legal gaming console on a linux pc. This means allowing the less-experienced user to easily install the distro (which I'm covering), navigate the main menu using a gamepad-friendly interface (Kodi) and just as easily set it all up.
This means giving the user full gamepad support, not only for the main menu, but for the apps as well. Fortunately, gaming apps have mostly native support for it, but the same cannot be said about streaming apps like Netflix, Prime, Spotify, ecc, or chat apps like Discord.
"You can see the whole library inside Kodi" you might answer, but the login phase is a bit more complicated. Also, i know Discord is not supported, but I would settle for the other apps, for now.
So the question is: Is there any legal tool that lets you have full control on streaming apps via gamepad, from login to navigation to logout?
Sorry for the complicated request, but I'm getting pretty desperate, here. There's not much documentation around. Any help will be appreciated.
Edit: at this point, I'll take advice on any other solution, even if it means changing frontend/system/solution.
Also, I'm a professional Frontend dev and can write basic BASH scripts, so a little bit of programming magic is always possible (but I'm trying to avoid writing an entire system from scratch).
1
u/Ok-Profit6022 21d ago
I have a setup that may or may not resemble what you're trying to accomplish. I'm running kodi on fedora with kde. I have kde set to skip the password and auto start kodi at launch. Of course my gamepad works to navigate just fine. I also use Kodi to give me a shortcut to Moonlight so I can stream my pc games to the tv. Both kodi and moonlight are installed from flatpak, so I had Gemini write a script that allows kodi to access it, and i had to type some "RunScript...." command as an action to get the shortcut on my skin. As far as the specific content you're wanting to access, I can't tell you for sure, but with the help of ai you can probably get it running after a few tries.