[PR #616] [MERGED] Support redumper skeleton and hash files #1060

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

📋 Pull Request Information

Original PR: https://github.com/SabreTools/MPF/pull/616
Author: @Deterous
Created: 12/30/2023
Status: Merged
Merged: 1/6/2024
Merged by: @mnadareski

Base: masterHead: det-patch-1


📝 Commits (7)

  • 82cc0a1 Add .hash/.skeleton files to log zip, update redumper to build 306, update SabreTools.Serialization
  • b45ebe0 Improvements to .skeleton/.hash code
  • 8858763 Revert redumper update, remove redudant string creation
  • ee48402 Merge branch 'SabreTools:master' into det-patch-1
  • 3ee6dd4 Deal with nullable strings
  • 9e4a5c5 Update changelog
  • 36c3d03 Invert if for readability

📊 Changes

3 files changed (+46 additions, -3 deletions)

View changed files

📝 CHANGELIST.md (+1 -0)
📝 MPF.Core/MPF.Core.csproj (+1 -1)
📝 MPF.Core/Modules/Redumper/Parameters.cs (+44 -2)

📄 Description

  • Add .hash/.skeleton files to log zip, for track.iso, track.bin, and multi-track .bin files
  • Update SabreTools.Serialization to 1.3.1

Attempts to fix #615


🔄 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/616 **Author:** [@Deterous](https://github.com/Deterous) **Created:** 12/30/2023 **Status:** ✅ Merged **Merged:** 1/6/2024 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `master` ← **Head:** `det-patch-1` --- ### 📝 Commits (7) - [`82cc0a1`](https://github.com/SabreTools/MPF/commit/82cc0a16465c8f7233c8aa0f006b503b73892eb8) Add .hash/.skeleton files to log zip, update redumper to build 306, update SabreTools.Serialization - [`b45ebe0`](https://github.com/SabreTools/MPF/commit/b45ebe0a18d95f040fd9429d6e599a03c9c08317) Improvements to .skeleton/.hash code - [`8858763`](https://github.com/SabreTools/MPF/commit/88587636b65770f4bf1026d091b60165dd8d9296) Revert redumper update, remove redudant string creation - [`ee48402`](https://github.com/SabreTools/MPF/commit/ee48402dbf9eba6bd3f6a07cdf7a6968b13adbf3) Merge branch 'SabreTools:master' into det-patch-1 - [`3ee6dd4`](https://github.com/SabreTools/MPF/commit/3ee6dd4455d4a74f9505528234f6e5072987732f) Deal with nullable strings - [`9e4a5c5`](https://github.com/SabreTools/MPF/commit/9e4a5c5687c87f709e2fd1ec68006ac7a1b92101) Update changelog - [`36c3d03`](https://github.com/SabreTools/MPF/commit/36c3d031f3a9a99d68b519e7c2396db57acf364a) Invert if for readability ### 📊 Changes **3 files changed** (+46 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELIST.md` (+1 -0) 📝 `MPF.Core/MPF.Core.csproj` (+1 -1) 📝 `MPF.Core/Modules/Redumper/Parameters.cs` (+44 -2) </details> ### 📄 Description - Add .hash/.skeleton files to log zip, for track.iso, track.bin, and multi-track .bin files - Update SabreTools.Serialization to 1.3.1 Attempts to fix #615 --- <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:08 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/MPF#1060