mirror of
https://github.com/SabreTools/MPF.git
synced 2026-02-03 21:29:27 +00:00
[Problem] Special chars isn't trimmed from Output Path #520
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?
Originally created by @Ragowit on GitHub (Apr 13, 2023).
Originally assigned to: @mnadareski on GitHub.
Version
Build
Describe the issue


A disc title can have the char ™, which isn't trimmed in MPF, causing errors in DIC.
This is what you see in MPF, the ™ is in the Output Path, but not visible.

To Reproduce
Expected behavior
Since ™ is not allowed anyway, remove it (and any other special chars) from that Output Path altogether.
Additional context
A workaround is to simply rewrite the Output Path yourself if you encounter this error.