[PR #747] [MERGED] Ensure manufacturer files starting from 0 are zipped in redumper DVD … #1143

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

📋 Pull Request Information

Original PR: https://github.com/SabreTools/MPF/pull/747
Author: @TurnedToast
Created: 9/7/2024
Status: Merged
Merged: 9/7/2024
Merged by: @mnadareski

Base: masterHead: zip-manufacturer-files


📝 Commits (2)

  • d6f39cf Ensure manufacturer files starting from 0 are zipped in redumper DVD processing
  • 42257d8 Remove extraneous DVD manufacturer/physical, add needed physical for bluray

📊 Changes

1 file changed (+7 additions, -7 deletions)

View changed files

📝 MPF.Processors/Redumper.cs (+7 -7)

📄 Description

Dual-layer ps2 DVDs (at a minimum) produce a foo.0.manufacturer file in addition to foo.1.manufacturer. This change ensures that 0-file is counted among the logs and compressed when "Compress Log Files" is checked

Fixes #746


🔄 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/747 **Author:** [@TurnedToast](https://github.com/TurnedToast) **Created:** 9/7/2024 **Status:** ✅ Merged **Merged:** 9/7/2024 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `master` ← **Head:** `zip-manufacturer-files` --- ### 📝 Commits (2) - [`d6f39cf`](https://github.com/SabreTools/MPF/commit/d6f39cf7bd19a93f0443932a5ea7f3f9c079e5a4) Ensure manufacturer files starting from 0 are zipped in redumper DVD processing - [`42257d8`](https://github.com/SabreTools/MPF/commit/42257d86681003dd7819c34800062415eac844af) Remove extraneous DVD manufacturer/physical, add needed physical for bluray ### 📊 Changes **1 file changed** (+7 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `MPF.Processors/Redumper.cs` (+7 -7) </details> ### 📄 Description Dual-layer ps2 DVDs (at a minimum) produce a foo.0.manufacturer file in addition to foo.1.manufacturer. This change ensures that 0-file is counted among the logs and compressed when "Compress Log Files" is checked Fixes #746 --- <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:25:40 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/MPF#1143