Mte90 / GBAATM-Rebirth

From the original source code a new rebirth, to add a Trainer in your GBA roms!
GNU General Public License v3.0
58 stars 3 forks source link

UX Suggestion (Show more info about ROM) #11

Open Theone5000 opened 4 years ago

Theone5000 commented 4 years ago

UX Suggestion: When input GBA rom display (next to MD5 checksum):

Mte90 commented 4 years ago

This is a problem because require a database with this information where I can get this information. I don't know if there are some APIs online for this as example that based on the checksum or the filename give this information. The rom header don't have this information...

Theone5000 commented 4 years ago

I don't know about the API's out there. Can't really imagine that there aren't any. This is what I could find: http://offlinelistgba.free.fr/index.php Nonetheless it's good to know that the ROM header does not have any additional info. Looking foreward to more of your work. This program looks very promising,

Mte90 commented 4 years ago

The rom header just include a codename, that can change between various regions but can be the same between dumps.

Retroarch to get info by a rom use a database copied from https://datomatic.no-intro.org/index.php?page=search From here it is possible to search for a hash and get info about the rom but doesn't have any API, require to download a db file and read from there

Retroarch keep also a db of homebrews and hacks:

I think that the best option is add a button that open datomatic to the search page where the user inserts the hash in the search page.