[Request] MPF.Check - Add merging of Wii Cleanrip files #848

Closed
opened 2026-01-29 16:23:17 +00:00 by claunia · 2 comments
Owner

Originally created by @PurpleNekoNova on GitHub (Jun 27, 2025).

Originally assigned to: @mnadareski on GitHub.

Just ran my first Wii disc through Check and noticed it doesn't have the ability to merge the 5 or 8 parts generated together. (Single Layer & Dual Layer respectively)

Suggesting to add this as a feature, I run this command manually on my parts to generate a full image:

copy /b *.part0.iso+*.part1.iso+*.part2.iso+*.part3.iso+*.part4.iso+*.part5.iso+*.part6.iso+*.part7.iso fulliso.iso

Originally created by @PurpleNekoNova on GitHub (Jun 27, 2025). Originally assigned to: @mnadareski on GitHub. Just ran my first Wii disc through Check and noticed it doesn't have the ability to merge the 5 or 8 parts generated together. (Single Layer & Dual Layer respectively) Suggesting to add this as a feature, I run this command manually on my parts to generate a full image: `copy /b *.part0.iso+*.part1.iso+*.part2.iso+*.part3.iso+*.part4.iso+*.part5.iso+*.part6.iso+*.part7.iso fulliso.iso`
claunia added the enhancement label 2026-01-29 16:23:17 +00:00
Author
Owner

@mnadareski commented on GitHub (Oct 11, 2025):

May be implemented as of 882243316c. It just needs some testing to make sure it works with both SL and DL.

@mnadareski commented on GitHub (Oct 11, 2025): May be implemented as of https://github.com/SabreTools/MPF/commit/882243316c9fddda13b5de620bc9f7345fe31060. It just needs some testing to make sure it works with both SL and DL.
Author
Owner

@mnadareski commented on GitHub (Oct 19, 2025):

Synthetic tests around this are showing that it's working. If there are any issues with this, they will need to be reported separately.

@mnadareski commented on GitHub (Oct 19, 2025): Synthetic tests around this are showing that it's working. If there are any issues with this, they will need to be reported separately.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/MPF#848