gameyfin
gameyfin copied to clipboard
alternative databases
launchbox db is a great source for many platforms for images and info https://gamesdb.launchbox-app.com/
also another one would be for media (not sure about info) https://emumovies.com/
While certainly interesting to add support for multiple data sources, it would be a rather complex task since I developed Gameyfin around the IGDB API. Also I never had any issues with missing data from IGDB, the only limitation are the requirement of a Twitch account and the rather strict API request rate limits, but apart from that IGDB seems to be the most complete and feature-rich DB for video games.
I will keep this open, but don't expect any progress soon since there are more "urgent" issues
I think it would be great to open the world up by
- Allowing user-defined games for those not in an existing DB (#91's title is misleading...)
- Add the ability to have addons so any data source could be used should the users be kind enough to help develop the scrapers (probably python for ease of user scripting).
I think a plugin system might work out better. That way a user could implement their own scraper. Maybe something like pf4j-spring could be used?