[PR #577] [MERGED] Remove code for getting Universal Hash from DIC logs #1047

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

📋 Pull Request Information

Original PR: https://github.com/SabreTools/MPF/pull/577
Author: @Deterous
Created: 10/12/2023
Status: Merged
Merged: 10/13/2023
Merged by: @mnadareski

Base: masterHead: dic-uh


📝 Commits (1)

  • a8e4275 Remove code for getting UH from DIC logs

📊 Changes

1 file changed (+0 additions, -63 deletions)

View changed files

📝 MPF.Core/Modules/DiscImageCreator/Parameters.cs (+0 -63)

📄 Description

Fixes #506

  • DIC logs for Audio CDs are no longer accepted by redump.org (this change only affects !submissionInfo.txt which is mostly used for redump submissions)
  • For the universal hash to be accurate, DIC must have the disc write offset manually defined in /a flag
  • DIC is not being updated in packaged MPF builds
  • The currently packaged (and future) builds of DIC do not place the Universal Hash inside *_disc.txt so this code is not currently working correctly

For these reasons, it does not make sense to update or maintain this code, and since the code is now obsolete it should be removed.


🔄 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/577 **Author:** [@Deterous](https://github.com/Deterous) **Created:** 10/12/2023 **Status:** ✅ Merged **Merged:** 10/13/2023 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `master` ← **Head:** `dic-uh` --- ### 📝 Commits (1) - [`a8e4275`](https://github.com/SabreTools/MPF/commit/a8e4275edfdbfb1546baa3bdb6a3d9a9981d1758) Remove code for getting UH from DIC logs ### 📊 Changes **1 file changed** (+0 additions, -63 deletions) <details> <summary>View changed files</summary> 📝 `MPF.Core/Modules/DiscImageCreator/Parameters.cs` (+0 -63) </details> ### 📄 Description Fixes #506 - DIC logs for Audio CDs are no longer accepted by redump.org (this change only affects `!submissionInfo.txt` which is mostly used for redump submissions) - For the universal hash to be accurate, DIC must have the disc write offset manually defined in `/a` flag - DIC is not being updated in packaged MPF builds - The currently packaged (and future) builds of DIC do not place the Universal Hash inside *_disc.txt so this code is not currently working correctly For these reasons, it does not make sense to update or maintain this code, and since the code is now obsolete it should be removed. --- <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:05 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/MPF#1047