echo6ix
echo6ix
@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 ---|---|---|---|--|--|...
@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....
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...
@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 = {...
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...
### Synopsis The current implementation of manual-entry string disambiguation leads to inefficiencies and inaccuracies. To correct for this I propose we remove the decision of adding a disambiguation field from...
I am encountering more submissions that contain tones of submitted images in a single image dump. Many contain variations of the same pose, or other aspects that lack relevance or...
**Is your feature request related to a problem? Please describe.** A few fields would be more accurately represented with the capacity to have multiple values. This is related to #210...
**Is your feature request related to a problem? Please describe.** A lot of performers use a different hair color throughout their career, but only allowing one option limits us to...
**Is your feature request related to a problem? Please describe.** Other database sites do not seem to have much fundamental data about studios. Some additional fundamental fields would be helpful...