--input-exclude woes #2214
Unanswered
WolfJuice3000
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've got a small script to create a ROM pack for my Retroid Pocket 5. I've got most of it working, but --input-exclude isn't working how I expect. Igir still moves the systems I've tried to exclude. I'm trying to filter out NES headerless, N64 ByteSwapped, and other random systems. I think I'm not using it properly. Does anyone see what I am doing wrong?
npx igir@latest copy extract test clean \ --dat "./Emulation/No-Intro*.zip" \ --input "./Emulation/No-Intro" \ --input-exclude "./Emulation/No-Intro/Fukutake Publishing - StudyBox*/**" \ --input-exclude "./Emulation/No-Intro/Nintendo - Nintendo 64 \(!(ByteSwapped)\)*/**" \ --input-exclude "./Emulation/No-Intro/Nintendo - Nintendo Entertainment System \(!(Headerless)\)*/**" \ --input-exclude "./Emulation/No-Intro/Nintendo - Satellaview*/**" \ --only-retail \ --output "./Emulation/RP5/{es}" \ --no-bios \ --single \ --prefer-language En \ --prefer-region USA,WORLD,EUR,JPN \ --prefer-game-regex "/^Legend of Zelda, The - Ocarina of Time \(USA\) \(Rev 1\)$/"Beta Was this translation helpful? Give feedback.
All reactions