-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
Running igir multiple times removes roms from the output directory #1337
Comments
@IDmedia do you happen to have the three different reports that were generated? |
@IDmedia I think it's because you're not supplying |
Thanks a lot for the clarification! I thought that logic would be handled internally, but it makes sense :) |
🔒 Inactive issue lockThis issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. Comment generated by the GitHub Lock Issues workflow. |
Paste the command
igir.exe move extract test clean report --dat .\dats --input .\input --output .\output\roms{batocera} --clean-backup .\trash --report-output report.csv --only-retail --no-unlicensed --no-bios --single --prefer-revision "newer" --prefer-region "USA,WORLD,EUR,JPN"
Describe the bug
Not sure if this is a bug or not, but at least I don't understand why this should be happening. I run the above command and get this:
If I run the exact command ones more:
...and again:
The numer of GBC roms keeps on decreasing on every run. Is there some behaviour I don't understand? Any reason why it should delete files from the output directory if the dat file doesn't change?
Expected behavior
I expected that running the same command multiple times would yield the same result.
A) I don't expect that running the same command multiple times removes some roms from the output directory
B) The output should list all dats found and their current state. Currently it only lists the dats that have roms in the "input" directory. It would be nice to have a summary for all dats in the "dats" directory, not just those who have roms in the "input" directory. That way it would be quick and easy to figure out what romsets are incomplete.
Debug logs
On this run it removed these three roms:
igir_removing_roms.txt
DAT(s) used
Nintendo - Game Boy Color (Parent-Clone) (20240831-005749).dat
igir version
v3.0.0
Node.js version
N/A
Operating system
Windows 11 64-bit
Additional context
No response
The text was updated successfully, but these errors were encountered: