CommunityScripts icon indicating copy to clipboard operation
CommunityScripts copied to clipboard

[renamerOnUpdate] Differentiate `splitchar` in path and file?

Open BrekiTomasson opened this issue 3 years ago • 0 comments

Not sure if this can be done somehow in the config as things stand, but I haven't been able to figure out how, in that case... Say I want to avoid spaces in my filenames, but I'm fine with spaces in my folders. Assume p_default_template is /data/$studio and my default_template is $studio.$date.$performer.$title, I would want the output to be something like: /data/Dad Crush/dadcrush.2021-11-27.madison.summers.one.thankful.daddy.mp4 - but since I can't set different splitchars based on paths vs. files, that's not happening.

On a similar note, could the squeeze_studio_names option be split in two? One for squeezing studio names when used in the path, and one for squeezing studio names when used in the file?

BrekiTomasson avatar Oct 15 '22 11:10 BrekiTomasson