CommunityScripts
CommunityScripts copied to clipboard
[renamerOnUpdate] Template Path Destination invalid (missing : in path)
When I configure renamerOnUpdate Template Path settings, my log shows that the destination path is missing the colon (C:\Path appears as C\Path)
Example 1: Using p_path_templates
p_path_templates = {
r"F:\Stash\New": r"F:\Stash\Performers\$performer"
}
Example 1 Result:
14279|F:\Stash\New\ted.20.02.07.emily.willis.slippery.throat_x265.mp4|F\Stash\Performers\Emily Willis\2020-02-07 Throated Emily Willis - Slippery Throat (1080p HEVC).mp4
Example 2: Using p_default_template
p_use_default_template = False
# default template, adjust as needed
p_default_template = r"F:\Stash\Performers\$performer"
Example 2 Result:
14280|F:\Stash\New\metartx.20.02.23.emily.willis.going.back.home.2_x265.mp4|F\Stash\Performers\Emily Willis\2020-02-23 MetArtX Emily Willis - Going Back Home 2 (1080p HEVC).mp4