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

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

Original Pull Request: https://github.com/SabreTools/MPF/pull/462

State: closed
Merged: Yes


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
**Original Pull Request:** https://github.com/SabreTools/MPF/pull/462 **State:** closed **Merged:** Yes --- 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 ```
claunia added the pull-request label 2026-01-29 16:24:55 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/MPF#1027