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

[Feature Request] Allow multiple "-i" flags #16

Open khimaros opened 4 years ago

khimaros commented 4 years ago

This would be helpful for merging multiple directories together.

andrebrait commented 4 years ago

That's an easy one, actually :) I'm going to implement it when I have time

andrebrait commented 4 years ago

Well, it actually requires some modifications. When using multiple input folders, when just printing results, I'm going to have to print the whole path, I think.

For file scanning, it will have to scan all input directories. Does that work for you?

khimaros commented 4 years ago

That sounds like the right behavior to me!