[Request] GUI for MPF Check #508

Closed
opened 2026-01-29 16:17:42 +00:00 by claunia · 2 comments
Owner

Originally created by @Whovian9369 on GitHub (Mar 13, 2023).

Originally assigned to: @mnadareski on GitHub.

Is your feature request related to a problem? Please describe.
Check does not have a GUI available for those that don't know how to use a command prompt.

Describe the solution you'd like
I would like a GUI please.

Describe alternatives you've considered
Teaching new users how to use the command line.

Originally created by @Whovian9369 on GitHub (Mar 13, 2023). Originally assigned to: @mnadareski on GitHub. **Is your feature request related to a problem? Please describe.** Check does not have a GUI available for those that don't know how to use a command prompt. **Describe the solution you'd like** I would like a GUI please. **Describe alternatives you've considered** Teaching new users how to use the command line.
claunia added the enhancement label 2026-01-29 16:17:42 +00:00
Author
Owner

@mnadareski commented on GitHub (Mar 13, 2023):

I am not actively pursuing this, but the gist of the required work is as follows:

  • Create a new executable project copied from MPF.Check
  • Target it at Microsoft.NET.Sdk.WindowsDesktop instead
  • Add the disc information window as a callback after the data was parsed
@mnadareski commented on GitHub (Mar 13, 2023): I am not actively pursuing this, but the gist of the required work is as follows: - Create a new executable project copied from `MPF.Check` - Target it at `Microsoft.NET.Sdk.WindowsDesktop` instead - Add the disc information window as a callback after the data was parsed
Author
Owner

@mnadareski commented on GitHub (Oct 30, 2023):

Another option would be to add a Check-like feature to the main UI, though that will heavily depend on a new window to account for the various options that are normally commandline parameters. Suggested by @sadikyo

@mnadareski commented on GitHub (Oct 30, 2023): Another option would be to add a Check-like feature to the main UI, though that will heavily depend on a new window to account for the various options that are normally commandline parameters. Suggested by @sadikyo
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/MPF#508