Closed harvestry-of-ghosts closed 7 months ago
seems like a weird behavior, i will take a look at it when possible
seems like a weird behavior, i will take a look at it when possible
Thanks. I have updated the note at the end of the op to better reflect the circumstances in which the extra space is added.
at the end of generating the new file name when organizing all double spaces was replaced with a single spaces, but your scenario ends up with 3+ spaces in a row so this only gets fixed half way it is now fixed so all extra spaces should now get replaced with a single space (you can get the latest build from the Actions tab)
Thank you. Works great. :)
I have the following line in the config for renaming files: "file_name_template": "{TITLE_NAME} [{TITLE_ID}] [{TYPE}] [{DLC_NAME}] [v{VERSION}] [v{VERSION_TXT}] [{REGION}]"
This results in: Bayonetta 2 [01007960049A0000] [v0] [v1.0] [US].nsp (There are 2 spaces between the title id and version after renaming, but the extra space is being auto-corrected/removed when I submit the post here)
Note The extra space is NOT created when renaming updates or DLC. It ONLY happens with the main game nsps and ONLY when both {TYPE} & {DLC_NAME} are used next to each other anywhere in the string.