[PR #459] [MERGED] Originally intended behaviour of the Update Label button. #1023

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

📋 Pull Request Information

Original PR: https://github.com/SabreTools/MPF/pull/459
Author: @IcySon55
Created: 2/27/2023
Status: Merged
Merged: 3/5/2023
Merged by: @mnadareski

Base: masterHead: master


📝 Commits (4)

  • 69cc193 Originally intended behaviour of the Update Label button. Sets up the environment and simply updates the output path and filename. No System, Media, Drive, or Speed changes. It's a very fast update meant for large lots of similar discs.
  • 97bab66 Functionized the FastUpdateLabel code path.
  • b95bb7e Fixed several glaring holes in the process. ^_^
  • be78c93 Removed some unecessary code.

📊 Changes

3 files changed (+59 additions, -5 deletions)

View changed files

📝 MPF.Core/Data/Options.cs (+9 -0)
📝 MPF/ViewModels/MainViewModel.cs (+45 -3)
📝 MPF/Windows/OptionsWindow.xaml (+5 -2)

📄 Description

Sets up the environment and simply updates the output path and filename. No System, Media, Drive, or Speed changes. It's a very fast update meant for large lots of similar discs.


🔄 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/459 **Author:** [@IcySon55](https://github.com/IcySon55) **Created:** 2/27/2023 **Status:** ✅ Merged **Merged:** 3/5/2023 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (4) - [`69cc193`](https://github.com/SabreTools/MPF/commit/69cc193f409732e17ffcc44cb7ff9d3115fd5903) Originally intended behaviour of the Update Label button. Sets up the environment and simply updates the output path and filename. No System, Media, Drive, or Speed changes. It's a very fast update meant for large lots of similar discs. - [`97bab66`](https://github.com/SabreTools/MPF/commit/97bab66cd38f37d393aa79796d03b113acb87077) Functionized the FastUpdateLabel code path. - [`b95bb7e`](https://github.com/SabreTools/MPF/commit/b95bb7e0b929ff1b6458270228ccfc307f4846ed) Fixed several glaring holes in the process. ^_^ - [`be78c93`](https://github.com/SabreTools/MPF/commit/be78c939bbb10244b13e64679fe90aa5a4034713) Removed some unecessary code. ### 📊 Changes **3 files changed** (+59 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `MPF.Core/Data/Options.cs` (+9 -0) 📝 `MPF/ViewModels/MainViewModel.cs` (+45 -3) 📝 `MPF/Windows/OptionsWindow.xaml` (+5 -2) </details> ### 📄 Description Sets up the environment and simply updates the output path and filename. No System, Media, Drive, or Speed changes. It's a very fast update meant for large lots of similar discs. --- <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:54 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/MPF#1023