Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filenames for CHDs change on copy #1393

Open
hlarsen opened this issue Nov 21, 2024 · 0 comments
Open

Filenames for CHDs change on copy #1393

hlarsen opened this issue Nov 21, 2024 · 0 comments
Labels
potential-bug A potential issue that needs confirmation and/or triage

Comments

@hlarsen
Copy link

hlarsen commented Nov 21, 2024

Paste the command


MAME_VERSION="0271"
DAT="../dats/mame0271.xml"
INPUT_DIR="../roms/0.271 (mame0271)-test/"
OUTPUT_DIR="../../1g1r-roms/mame-test/"

igir   -vvv   copy   zip   --dat "$DAT"   --input "$INPUT_DIR"   --output "$OUTPUT_DIR"   --input-checksum-quick   --input-checksum-archives never   --no-unlicensed   --only-retail   --single   --prefer-parent   --prefer-revision newer   --reader-threads 4   --overwrite-invalid

Describe the bug

When copying CHDs the extension is unexpectedly (unless I missed an option) removed from the filename. Not sure if this has something to do with the options I'm using.

Expected behavior

Files should be copied with no changes to the filename

Debug logs

[09:40:34.563] INFO:  CandidateWriter: 0.271 (mame0271): kinst: copying file '../roms/0.271 (mame0271)-test/kinst/kinst.chd' (89.5MB) → '../../1g1r-roms/mame-test/kinst/kinst'
[09:40:34.565] INFO:  CandidateWriter: 0.271 (mame0271): kinst2: copying file '../roms/0.271 (mame0271)-test/kinst2/kinst2.chd' (125.5MB) → '../../1g1r-roms/mame-test/kinst2/kinst2'

DAT(s) used

mame0271.xml

igir version

v3.0.1

Node.js version

v23.1.0

Operating system

Linux

Additional context

No response

@hlarsen hlarsen added the potential-bug A potential issue that needs confirmation and/or triage label Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
potential-bug A potential issue that needs confirmation and/or triage
Projects
None yet
Development

No branches or pull requests

1 participant