mirror of
https://github.com/SabreTools/MPF.git
synced 2026-02-03 21:29:27 +00:00
[Problem] MPF does not default to .aaruf extension when using Aaru #593
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @CookiePLMonster on GitHub (Aug 23, 2023).
Originally assigned to: @mnadareski on GitHub.
Version
What version are you using?
Build
What runtime version are you using?
Describe the issue
Aaru requires that the output file extension is
.aarufand not.bin.Supplying a path with a wrong extension will make Aaru refuse to dump the disc. I vaguely recall that MPF used to supply a correct extension when selecting Aaru, but this is not the case anymore.To Reproduce
Steps to reproduce the behavior:
.binfile..aaruffile and start dumping again.Expected behavior
MPF defaults to a correct
.aarufextension when using Aaru as the dumping program.