SabreTools / MPF

Redumper/Aaru/DiscImageCreator GUI in C#
GNU General Public License v3.0
400 stars 35 forks source link

[Problem] Output Path containing '=' character causes issues #686

Closed bikerspade closed 3 months ago

bikerspade commented 3 months ago

Version

Build What runtime version are you using?

Describe the issue If the Output Path contains a = character, there will be incorrect modifications to Output Path simply from enabling/disabling the Parameters checkbox.

To Reproduce

  1. Insert audio CD in drive and launch MPF.
  2. Modify Output Path from ISO\Audio CD\Audio CD.bin to ISO\Audio CD [force-offset=0]\Audio CD.bin
  3. Enable Parameters checkbox and append --force-offset=0 to the end of the Parameters string value (or leave it unchanged).
  4. Disable Parameters checkbox

Expected behavior Output Path should not change when appending --force-offset=0 to the end of the Parameters.

Screenshots image image image