team-phoenix / Phoenix

A multi-system emulator and library manager designed to be both powerful and easy to use.
http://phoenix.vg
GNU General Public License v2.0
377 stars 39 forks source link

[Windows] The scraper doesn't work with NES nor N64 ROM's #309

Closed pacoesni closed 7 years ago

pacoesni commented 7 years ago

The scrapper function doesnt work with NES ROMS nor N64 ROMS. It works with Genesis, SNES and so on.

athairus commented 7 years ago

Hi, the database and scraper we currently use are temporary. A game must match exactly via CRC32, by its filename or have an extension that maps to a single console to be added to the library. Only the first two will give you artwork, and only if the database actually has artwork for that game. If you're really curious, grab an SQLite viewer and see the database for itself. It's at frontend/metadata/openvgdb.sqlite.

This will all be improved in the future.

pacoesni commented 7 years ago

I checked and match...probably a minor bug. But as you said, this can be improved. Your work is amazing, so keep doing it! This the only Front-end for libretro which really has a nice looking as OpenEmu. All you need is more developers I guess.