A boxart downloader written in C#. Uses various sources and scan methods to determine the correct boxart. Written for TwilightMenu++ but can be used for other loader UI's with some config changes. 😊
System | Matching (in order) |
---|---|
Nintendo - Game Boy | (sha1 / filename) |
Nintendo - Game Boy Color | (sha1 / filename) |
Nintendo - Game Boy Advance | (sha1 / filename) |
Nintendo - Nintendo DS | (titleid / sha1 / filename) |
Nintendo - Nintendo DSi | (titleid / sha1 / filename) |
Nintendo - Nintendo DSi (DSiWare) | (titleid / sha1 / filename) |
Nintendo - Nintendo Entertainment System | (sha1 / filename) |
Nintendo - Super Nintendo Entertainment System | (sha1 / filename) |
Nintendo - Family Computer Disk System | (sha1 / filename) |
Sega - Mega Drive - Genesis | (sha1 / filename) |
Sega - Master System - Mark III | (sha1 / filename) |
Sega - Game Gear | (sha1 / filename) |
- GameTDB using titleid matching.
- LibRetro using NoIntro sha1 matching or simply filename matching. LibRetro DAT is currently added as extra NES sha1 source.
Here.
I have created a modified version of TwilightMenu-Updater which supports all boxart types. It has the same features as TwilightBoxart. Download here
- Add support for more consoles. (redump.org as disc source)
- Prefilled config support for different loaders. (RetroArch, Wii etc.)