[PR #462] [MERGED] Get error count from recent redumper log #1024

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/462
Author: @fuzz6001
Created: 3/5/2023
Status: Merged
Merged: 3/7/2023
Merged by: @mnadareski

Base: masterHead: get-error-count-from-recent-redumper-log


📝 Commits (3)

  • 50f5f71 Get error count from recent redumper log
  • 56c0680 Revert "Get error count from recent redumper log"
  • 8c60a73 Fix to keep existing code format

📊 Changes

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

View changed files

📝 MPF.Modules/Redumper/Parameters.cs (+10 -7)

📄 Description

I have simplified the process so it may not work correctly in the situation the original code envisioned.
It also does not process previous logs.

Previous log

data errors [dump.bin]:
  ECC: 10
  EDC: 10
  redump: 10

Recent log

*** MODE: info
CD-ROM [dump.bin]:
  sectors count: 271236
  mode1 sectors: 271236
  ECC errors: 65
  EDC errors: 65

  REDUMP.ORG errors: 65

🔄 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/462 **Author:** [@fuzz6001](https://github.com/fuzz6001) **Created:** 3/5/2023 **Status:** ✅ Merged **Merged:** 3/7/2023 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `master` ← **Head:** `get-error-count-from-recent-redumper-log` --- ### 📝 Commits (3) - [`50f5f71`](https://github.com/SabreTools/MPF/commit/50f5f71686dafed5a83ae682c9d7f5805929d087) Get error count from recent redumper log - [`56c0680`](https://github.com/SabreTools/MPF/commit/56c0680caa816dbf96e858140e03d2ba745e91c2) Revert "Get error count from recent redumper log" - [`8c60a73`](https://github.com/SabreTools/MPF/commit/8c60a7372cba18bfae3f6949c438321f4482291d) Fix to keep existing code format ### 📊 Changes **1 file changed** (+10 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `MPF.Modules/Redumper/Parameters.cs` (+10 -7) </details> ### 📄 Description I have simplified the process so it may not work correctly in the situation the original code envisioned. It also does not process previous logs. # Previous log ``` data errors [dump.bin]: ECC: 10 EDC: 10 redump: 10 ``` # Recent log ``` *** MODE: info CD-ROM [dump.bin]: sectors count: 271236 mode1 sectors: 271236 ECC errors: 65 EDC errors: 65 REDUMP.ORG errors: 65 ``` --- <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#1024