Ice icon indicating copy to clipboard operation
Ice copied to clipboard

Name Translation Table File - Potential MAME support

Open saftle opened this issue 10 years ago • 4 comments

I think an essential feature for ICE would be the ability to pull the names before searching and creating shortcuts from a name translation file. This is a requirement for emulators that look for a specific naming format (i.e. MAME).

Let's use mslug3.zip as an example.

We have a semi-colon delimited file which includes the following line:

mslug3;Metal Slug 3

The console.txt could then look like this:

[Arcade] nickname=arcade emulator=RetroArchMAME roms=E:\Emulation\Roms\MAME extensions=zip namefile=E:\Emulation\MAME\name.csv

The shortcut in turn would be Metal Slug 3 and it would pull the Metal Slug 3 image from consolegrid.com.

saftle avatar Apr 02 '15 13:04 saftle

would be nice

Anonymous2 avatar May 25 '15 17:05 Anonymous2

+1

DarkGhostHunter avatar Nov 02 '15 01:11 DarkGhostHunter

This is a pretty good solution

imkrut avatar Jun 26 '16 03:06 imkrut

mamedb urls use the filename: http://mamedb.com/game/mslug3

The scraper used in emulation station makes the mame file -> title association by scraping it off of the mamedb page. See here: https://github.com/sselph/scraper/blob/master/mamedb/mamedb.go#L61

wunderlink avatar Sep 20 '16 06:09 wunderlink