Christian Emmer

Results 117 comments of Christian Emmer

> the `--single argument`. Using that on my test above, it fixed it Ignore my other comment, I misread your comment.

I'm thinking a new `igir rename` command may be a good option, rather than `igir move --exact-matches` or some similar option name. Or some kind of `igir move --single --no-archive-excess`...

I'll have to think about the naming of it, but an option to complement `--allow-incomplete-sets` could make sense. Maybe something to the effect of `--no-superfluous-sets`.

Hi @sarendsen, I'm confused what about artwork `igir` could help with. I haven't come across DATs of artwork before, and I haven't seen complicated file sorting requirements before. Can you...

@sarendsen to clarify, is the idea to do something like: ```shell igir \ --input libretro-thumbnails/ \ --output some/thumbnail/dir \ --dir-dat-name \ --match-files-by-game-name ``` where a file of the name `Alien...

See the discussion here: https://github.com/emmercm/igir/discussions/317#discussioncomment-5295866. I think it's going to be difficult to develop a solution that solves people's problems in an easy-to-understand way. I'm already convinced that a lot...

There's probably a problem with error handling in `igir` somewhere, but I can't seem to reproduce this exact issue. Could you test your input zip file, like this: ```shell unzip...

@tnvu I'll work on doing that on my end. Meanwhile, could you test this PR and tell me if it helps you, instructions are in a comment: https://github.com/emmercm/igir/pull/994

Thank you for testing! That `failed to create stream for` is the key piece here. There's something wrong with https://www.npmjs.com/package/unzipper that I'll likely need to report to them. In the...