Attract-Mode Support Forum
Attract-Mode Support => General => Topic started by: Takaji on September 11, 2016, 09:13:44 AM
-
I'm trying to pare down my collection of MAME roms by deleting clones, non-working games, mahjong titles, etc.
I created a series of filters in AM for MAME and am left with 1920 "playable" games. Is there some way to get a text file containing this list of filtered games, so that I can use it to delete roms that are not in the list? (I am aware that my roms collection also contains BIOS files, so I won't be deleting those.)
Thanks!
-
Yes, it can. You need to use the command line.
Something like this (you can add more filters)
attract --build-romlist mame --filter "CloneOf not equals .*" --fliter "Status equals good|imperfect" --output mame_clean
You can also use a third party tool like romlister to get your list.
-
Thank you, this is exactly what I was looking for. :)
-
The kist is a text file isn't it? Structured CVS...but a editable text file never the less..or am wrong?
-
kist?
-
list I mean..
after I build my list I open it up in a text editor or a spread sheet program and edit it that way.
-
Yup, it's totally possible. For me, it was enough to generate the romlist using the command line, and then use that with some Windows batch functions to save only the roms I wanted. Now my collection is trimmed down to ~2500 roms that are actually playable on my setup.