mirror of
https://github.com/SabreTools/MPF.git
synced 2026-02-03 21:29:27 +00:00
[Problem] MPF does not pass the speed parameter to Aaru #597
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
When dumping CD-ROM, the
--speedparameter does not get passed from MPF to Aaru, despite appearing in the Parameters field. Although tests have been performed with the--privateflag, this issue happens irrespectively of it.To Reproduce
Steps to reproduce the behavior:
"E:"and the output path is"C:\Redump\Dumps\test-speed\test-mpf.aaruf".media dump --force True --private True --speed 8 --retry-passes 500 "E:" "C:\Redump\Dumps\test-speed\test-mpf.aaruf".--speedparam:aaru.exefrom the command line. Notice that it starts dumping at 8x speed. Cancel dumping and inspect the log again to find all command line parameters passed properly:Expected behavior
The
--speedparameter gets passed to Aaru correctly.@mnadareski commented on GitHub (Aug 27, 2023):
Did this only occur with a single disc or with multiple? And what sort of disc(s) did you try to use?
@mnadareski commented on GitHub (Aug 27, 2023):
Disregard. The issue has been identified.