CommunityScripts icon indicating copy to clipboard operation
CommunityScripts copied to clipboard

[renamerOnUpdate] [feature] user-defined paths that will be completely ignored

Open echo6ix opened this issue 3 years ago • 0 comments

@Belleyy

To create a variable, $ignore_dir, that lets a user define multiple directory paths that renamerOnUpdate will completely ignore.

$ignore_dir = {}

Example usage:

$ignore_dir = {
   "/mnt/stash/library/downloads",
   "/mnt/stash/library/unorganized"
}

Discord user Clairambie has already provided functioning code. However his version only accepts a single folder in the $ignore_dir variable.

echo6ix avatar Dec 19 '22 11:12 echo6ix