andrebrait / 1g1r-romset-generator

A small utility that uses No-Intro DATs to generate 1G1R ROM sets
GNU General Public License v3.0
213 stars 20 forks source link

Virtual Console / Gamecube Edition filtering? #4

Closed ghost closed 4 years ago

ghost commented 4 years ago

In the No-Intro NES set, there are Virtual Console re-releases and Gamecube Edition(I believe from Animal Crossing) re-releases. I couldn't find a way, outside of regex to filter these. Any consideration to making this a filter flag?

andrebrait commented 4 years ago

I have no current plans to add that, but adding --exclude "Virtual Console,GameCube" should be enough, without regexes.

Maybe I will, but I don't want to make the number of options too big, I think.

ghost commented 4 years ago

Oversight on my part with regards to using the exclude statement. That works!