mirror of
https://github.com/SabreTools/MPF.git
synced 2026-02-03 21:29:27 +00:00
[PR #885] [MERGED] Fix UIC processing logic #1211
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/SabreTools/MPF/pull/885
Author: @Deterous
Created: 9/4/2025
Status: ✅ Merged
Merged: 9/4/2025
Merged by: @mnadareski
Base:
master← Head:master📝 Commits (6)
b43f614Fix UIC title field89c8eacthe sabre approved wayf10e955Better UIC test_disc.txtd51c581Fix UIC category logic77d5d52Fix GetUMDCategoryTest2b10831Final test tweak📊 Changes
7 files changed (+33 additions, -21 deletions)
View changed files
📝
CHANGELIST.md(+1 -0)📝
MPF.Processors.Test/ProcessingToolTests.cs(+3 -6)📝
MPF.Processors.Test/TestData/UmdImageCreator/UMD-zip/test_logs.zip(+0 -0)📝
MPF.Processors.Test/TestData/UmdImageCreator/UMD/test_disc.txt(+20 -6)📝
MPF.Processors.Test/UmdImageCreatorTests.cs(+4 -4)📝
MPF.Processors/ProcessingTool.cs(+3 -3)📝
MPF.Processors/UmdImageCreator.cs(+2 -2)📄 Description
Currently UmdImageCreator processor takes only 1st element after splitting by space character. If a title contains a space, it discards all other words in the title. This fix retains the full title (still discarding the 0th
TITLE:component).Also, the 'category' field logic is fixed
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.