tkashkin / GameHub

All your games in one place
https://tkashkin.github.io/projects/gamehub
GNU General Public License v3.0
2.22k stars 129 forks source link

Feature request: fetch boxart/screenshots/titles using retroarch database #276

Open neuromancer opened 5 years ago

neuromancer commented 5 years ago

The code to fetch is located here: https://github.com/libretro/RetroArch/blob/c662da11c3f8247e0e70ea40b142a1d054d25872/ui/drivers/qt/playlistthumbnaildownload.cpp

And the data is hosted in this Github repository: https://github.com/libretro-thumbnails/libretro-thumbnails

treymerkley commented 4 years ago

We could also pull cards from SteamGridDB a la https://github.com/FrogTheFrog/steam-rom-manager, that way the art is shaped correctly for the tile view.

tkashkin commented 4 years ago

@treymerkley GameHub can already fetch images from SteamGridDB and steam.cryotank.net.

treymerkley commented 4 years ago

oh, perfect. Is there any way to get it pulling cards for emulated games?

tkashkin commented 4 years ago

@treymerkley

Click + button and then use Download game images. It should fetch first available image for games that don't already have one. You can also select multiple games in list and download images for them.

You can download more images on game's details view or set your own image in game's properties.

treymerkley commented 4 years ago

Okay, great. As long as there's some semblance of automation here, I'm glad to paint in the gaps by hand.