Replies: 2 comments 3 replies
|
This looks like the current path-building behavior rather than something you can tune with another flag. With The closest workarounds are: --dir-game-subdir multiplewhich avoids double nesting for multi-disc merged output, or disabling If your desired layout is “always folder single-disc games, but do not double-wrap merged disc sets,” that likely needs a small behavior change in Igir so |
|
I think this is just an oversight, a change is likely warranted. Because it's hard to discuss the combination of so many options, I put together a table that I think captures the current behavior accurately:
And then I think what we're discussing is it's not desirable to ever have |
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'm organizing a disc-based ROM collection using --merge-discs and --dir-game-subdir always. I would prefer that every game has it's own subfolder regardless of disc count, but multi disc games end up getting double nested.:
roms/3do/BrainDead 13 (USA)/BrainDead 13 (USA)/BrainDead 13 (USA) (Disc 1).chdinstead of:
roms/3do/BrainDead 13 (USA)/BrainDead 13 (USA) (Disc 1).chdSingle-disc games work correctly with
--dir-game-subdir always. Removing--merge-discsfixes the nesting but then each disc gets its own separate folder. Using--dir-game-subdir multiplefixes it too but then single-disc games don't get a subfolder.Is there a combination of flags that gives me single-level subfolders for all games including multi-disc? Or is this a known limitation of
--merge-discs+--dir-game-subdir always?All reactions