[PR #90] Added new options #963

Open
opened 2026-01-29 16:24:33 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/SabreTools/MPF/pull/90

State: closed
Merged: Yes


This PR adds some customization to the DIC process, it adds 4 options which can be changed in specific window.

  • Fixed Unknown system which wasn't present anymore in combobox
  • Created new ViewModels file which should contain all the view models needed by the UI
  • Added Quiet mode option to disable DIC sounds
  • Added Paranoid mode option which should enable all pedantic flags
  • Added Disable Media Type Detection to disable detection at startup (which is not always needed and can slow down startup by a lot
  • Added configurable /c2 flag reread amount value

This PR is also a proof of concept about how binding between data and views should be done in WPF (so that we should follow this approach in general).

I left 2 TODOs, both relative to KnownSystemAndMediaTypeToParameters since paranoid flags and their tests should be handled by someone with a better knowledge of flag meanings (I choose you @mnadareski!)

**Original Pull Request:** https://github.com/SabreTools/MPF/pull/90 **State:** closed **Merged:** Yes --- This PR adds some customization to the DIC process, it adds 4 options which can be changed in specific window. - Fixed `Unknown` system which wasn't present anymore in combobox - Created new `ViewModels` file which should contain all the view models needed by the UI - Added Quiet mode option to disable DIC sounds - Added Paranoid mode option which should enable all pedantic flags - Added Disable Media Type Detection to disable detection at startup (which is not always needed and can slow down startup by a lot - Added configurable /c2 flag reread amount value This PR is also a proof of concept about how binding between data and views should be done in WPF (so that we should follow this approach in general). I left 2 TODOs, both relative to `KnownSystemAndMediaTypeToParameters` since paranoid flags and their tests should be handled by someone with a better knowledge of flag meanings (I choose you @mnadareski!)
claunia added the pull-request label 2026-01-29 16:24:33 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/MPF#963