2022-10-17, 16:01
Bumping this question if there has been any progress on integrating a Games Database to enable a native Game Library view in Kodi?
(2021-03-28, 20:08)zachmorris Wrote:(2021-03-24, 17:42)RockerC Wrote:(2021-03-19, 14:04)docwra Wrote: I personally don't see whats wrong with another simple Sqlite db, similar to how TvShows works, but the developers were talking about refactoring the entire system at one point at which I lost interest(2021-03-21, 07:56)Wintermute0110 Wrote: My idea is to take the music database and start from there. The database backend will be SQlite.
Looking historically at all those other linked threads that mostly discuss huge databases refactor attempts for Kodi, so please be aware that it could be a risk that Kodi's core developers will not accept large changes this time either if a PR is asking for too many changes to be done to the database schema, especially if any significant changes affect the other databases/libraries in Kodi.
Still, I will be crossing my fingers and wishing for the best possible outcome, as at this point, I think that any native games database making it into Kodi would be better than no native games database in Kodi.
Personally, I had hoped before that someone would first just create a very simple and basic native games database that would quickly get approved for merging directly into Kodi 'as-is' and then later once that native games database is in there that could later be extended and improved. This as it is usually harder to say no to continuous smaller changes with minor enhancements and imporovements.
I'd think this is the obvious way forward as a starting point - copy/paste from video or music db code and replace it with game, likewise change the metadata properties to be in-line with whatever the game metadata property names are, and then shoehorn it into kodi as an extension from video, music, images etc to video, music, games, images, etc. Anything more complicated than that will likely never get merged, anything more simplistic wouldn't be taking advantage of the codebase already present. I'm sure this is a monumental task regardless of how it's handled.
(2022-11-09, 02:30)dickalan Wrote: At this point, I'm personally a fan of this approach. We're coming up on a decade since the inception of retroplayer. It's puzzling to me why "Games" within Kodi hasn't had more traction with regular Kodi contributors or other people capable of contributing to Kodi. I was so excited when I first heard about retroplayer, I thought it was going to be an all hands on deck type of situation. Video Games are in the DNA of XBMC/KODI after all. I scratch my head every time I see a Kodi update released. --PVR gets x,y,z improvements. Cool I guess....Don't be fooled, that large number of changes equals large number of contributors, you might be surprised how small the current developer team is and most of the PVR related changes boil down to the contributions of < 3 active devs (numbers might be totally inaccurate so, but that's how it feels) - well, the same goes for retroplayer and with garbear being busy, the (by far) most active retroplayer dev, can't contribute huge changesets at the moment.
(2022-11-18, 17:51)OmniBlade Wrote: I'd want some steer from someone more familiar with the code base as to what needs implementing for it and how it needs plumbing into the wider code base.
(2022-11-18, 17:51)OmniBlade Wrote: Personally I'm a big fan of how this makes kodi an all in one solution for all couch entertainment and might even be willing to do some of the grunt work of duplicating one of the existing data base designs