[PR #65] [MERGED] Add system and media type to output submission info #941

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

📋 Pull Request Information

Original PR: https://github.com/SabreTools/MPF/pull/65
Author: @mnadareski
Created: 6/20/2018
Status: Merged
Merged: 6/21/2018
Merged by: @mnadareski

Base: masterHead: moreinfo


📝 Commits (7)

📊 Changes

4 files changed (+41 additions, -19 deletions)

View changed files

📝 Constants.cs (+2 -0)
📝 MainWindow.xaml.cs (+0 -3)
📝 Utilities/DumpInformation.cs (+23 -1)
📝 Utilities/Validation.cs (+16 -15)

📄 Description

Add the system and media type to the output submission info. This also entails putting the proper postfix on the DVD and BD outputs to denote which type it should be submitted as in the New Disc form. Fixes #62


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/SabreTools/MPF/pull/65 **Author:** [@mnadareski](https://github.com/mnadareski) **Created:** 6/20/2018 **Status:** ✅ Merged **Merged:** 6/21/2018 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `master` ← **Head:** `moreinfo` --- ### 📝 Commits (7) - [`f8af87a`](https://github.com/SabreTools/MPF/commit/f8af87a5cada4c8525647da80d7cbd61d95da6c5) Add new constants to the template - [`5f59ee1`](https://github.com/SabreTools/MPF/commit/5f59ee1a94229b1a7863b25bbd2eebc07a15cb7a) Slight reordering - [`19953ca`](https://github.com/SabreTools/MPF/commit/19953ca61fa40231320e17fbfe67cb47a1639049) Add new fields to the output - [`fc45d3d`](https://github.com/SabreTools/MPF/commit/fc45d3d81afaae099754b9a86b7d1191ac8570e2) Whitespace! - [`357326f`](https://github.com/SabreTools/MPF/commit/357326f96df99137dd46dd060c369eb12fbdf7c0) Minor formatting cleanup - [`5d664d1`](https://github.com/SabreTools/MPF/commit/5d664d1c55b827f846d6afd6b88d2670bd1425d6) Add TODO - [`6949831`](https://github.com/SabreTools/MPF/commit/69498313c01a86f7eee9f58b71ba52784ce2fd2c) Whitepace, 2.0 ### 📊 Changes **4 files changed** (+41 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `Constants.cs` (+2 -0) 📝 `MainWindow.xaml.cs` (+0 -3) 📝 `Utilities/DumpInformation.cs` (+23 -1) 📝 `Utilities/Validation.cs` (+16 -15) </details> ### 📄 Description Add the system and media type to the output submission info. This also entails putting the proper postfix on the DVD and BD outputs to denote which type it should be submitted as in the New Disc form. Fixes #62 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 16:24:25 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/MPF#941