-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
fixdat does not respect --single #1347
Comments
Have you tried using the Parent-Clone dat files? They yield better results with |
Same behavior with P/C XMLs. |
@ozboss is right, I see why this would be unexpected, and it's the same root issue as #1341. Igir is currently performing 1G1R on found input files, not on ROMs in DATs. Meaning if a game has these three clones:
and you provide But that thinking has other implications, such as this. Because Igir is willing to consider any of the clones as a match it will/must keep all of them in fixdats and reports. |
I see now, |
Paste the command
npx -y igir@latest fixdat
--input fixdat_input
--dat "No-Intro/Nintendo - Game Boy (20240914-013134).dat"
--filter-language DE,EN
--single
--prefer-language DE \
Describe the bug
Running the above command filters the languages correctly, but still has lots of clones in the created .dat file, i.e. entries with "cloneof=..." information.
Expected behavior
Creates a .dat file without any clones.
Debug logs
igir.log
DAT(s) used
No response
igir version
v3.0.0
Node.js version
v20.12.2
Operating system
Fedora 40
Additional context
No response
The text was updated successfully, but these errors were encountered: