CommunityScripts icon indicating copy to clipboard operation
CommunityScripts copied to clipboard

[renamerOnUpdate] [bug] some periods being ignored in default_template

Open echo6ix opened this issue 3 years ago • 0 comments

@Belleyy

Possible bug here. Since the recent updates, the default_template will ignore the . character if the element field after it is null.

default_template = "$studio.$date.$title{_$studio_code}{.$performer}"

$studio $date $title $performer Expected rename Actual rename
Studio null Title Performer Studio..Title.Performer ✅ Studio.Title.Performer ❌
Studio null null Performer Studio...Performer ✅ Studio.Performer ❌

config.zip

echo6ix avatar Dec 22 '22 04:12 echo6ix