CommunityScripts icon indicating copy to clipboard operation
CommunityScripts copied to clipboard

This is a public repository containing plugin and utility scripts created by the Stash Community.

Results 69 CommunityScripts issues
Sort by recently updated
recently updated
newest added

@Belleyy I think the field_replacer bug is back. ``` default_template = "$studio.$date.$title{_$studio_code}{.$performer}" field_replacer = { "$studio": {"replace": ".", "with": ""}, "$title": {"replace": ".", "with": ""}, "$title": {"replace": "--", "with": "-"},...

bug
RenamerOnUpdate

@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 ---|---|---|---|--|--|...

bug
RenamerOnUpdate

I have a problem with the match/replace function. Replacing a string in the $title does not work for me. **Desired behaviour:** Old filename example: "Test Video [tag 1 tag 2...

RenamerOnUpdate

I get "error when trying to update the database (You need to setup a library with the new location " if I have it try to create a subfolder in...

RenamerOnUpdate

@Belleyy This only prevents duplicates if $performer is before $title, but some people have the $title before the $performer, such as `{$studio}.{$date}.{$title}{.$performer}`. Remove duplicate text when $title is before $performer....

RenamerOnUpdate

Hi, Can it be possible to have different level of renaming? For ex: If Stash ID is set -> put in folder STASH If not, if URL is set ->...

RenamerOnUpdate

It would be great if the script allows a parameter `tag_limit = N` like `performer_limit = N` to limit the maximum number of tags in the filename because a scene...

enhancement
RenamerOnUpdate

There are similar elements such as `filename_splitchar`, `field_whitespaceSeperator`, `removecharac_Filename`, and `prepositions_list` that are all essentially replacing a string pattern with a string replacement. Conceptually, these things could be done with...

enhancement
RenamerOnUpdate

@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 = {...

enhancement
RenamerOnUpdate

In Stash a scene can be associated with multiple movies, however renamerOnUpdate will only reference one of those movies. Specifically, it only seems to reference the alphanumerically ascending movie associated...

RenamerOnUpdate