SabreTools / MPF

Redumper/Aaru/DiscImageCreator GUI in C#
GNU General Public License v3.0
405 stars 34 forks source link

Normalize Disc Title in Submission Info #634

Closed Deterous closed 6 months ago

Deterous commented 6 months ago

Applies NormalizeDiscTitle to the main title field during SubmissionInfo generation. Does not operate on Foreign Title as that field does not need alphabetization?

Implements the work done to fix #365 (I assume this is the desired output?) Probably needs more testing

mnadareski commented 6 months ago

You are correct, the foreign and alternate titles do not need alphabetization. This only affects the main title. Unfortunately.