mirror of
https://github.com/SabreTools/MPF.git
synced 2026-04-10 00:03:28 +00:00
[PR #691] [MERGED] Custom non-redump Redumper options #1111
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?
📋 Pull Request Information
Original PR: https://github.com/SabreTools/MPF/pull/691
Author: @Deterous
Created: 4/16/2024
Status: ✅ Merged
Merged: 4/16/2024
Merged by: @mnadareski
Base:
master← Head:mpf-rd-opts📝 Commits (3)
6b1d9dfGate advanced Redumper options in UI, add read method + sector ordera2e56ccUpdate changelog79d9756Fixed-width text/combo boxes📊 Changes
9 files changed (+238 additions, -22 deletions)
View changed files
📝
CHANGELIST.md(+1 -0)📝
MPF.Core/Converters/EnumConverter.cs(+88 -1)📝
MPF.Core/Data/Enumerations.cs(+25 -0)📝
MPF.Core/Data/Options.cs(+36 -4)📝
MPF.Core/Modules/Redumper/Parameters.cs(+7 -2)📝
MPF.Core/UI/ViewModels/OptionsViewModel.cs(+40 -1)📝
MPF.UI.Core/ElementConverter.cs(+4 -0)📝
MPF.UI.Core/Windows/OptionsWindow.xaml(+25 -13)📝
MPF.UI.Core/Windows/OptionsWindow.xaml.cs(+12 -1)📄 Description
Currently, MPF UI options allows for Redumper BE_CDDA mode and GENERIC drive type.
These are somewhat arbitrary (e.g. why not also allow BE mode, or other drive types) and more importantly can misinform users who may set these options without knowing that they are not supported for redump submission.
This PR gates GENERIC drive mode behind a new "Non-Redump Mode", as well as extends read method beyond just BE_CDDA, and adds a new sector order option (Fixes #690 )
Preview:

Checking non-redump options shows a warning:

The advanced Redumper options can now be set.

Unchecking Non-Redump Options resets the three options back to their defaults.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.