echo6ix
echo6ix
**Is your feature request related to a problem? Please describe.** Nothing precludes duplicate titles for scene, gallery, or movie objects. Therefore, dropdown select values of each may contain duplicate string...
## Synopsis Now that the project has fully embraced third-party customization with plugins, please make the markup more accessible to styling. We can start by simply adding `id` and `data`...
**Is your feature request related to a problem? Please describe.** Stash currently lacks the ability to favorite a studio or a tag. **Describe the solution you'd like** Implement to favorite...
The reported video data within `div.scene-specs-overlay` could still use a bit of polishing, including the addition of displaying overlay framerate appended to the resolution to complete the resolution and framerate...
Feature request to add support for image handling in the same way scenes are handled. #### Element fields There don't seem to be any unique fields for images that don't...
Four element field feature requests for renamerOnUpdate: 1. _$filename_ - The incumbent filename of the file. Example use-case: To keep the existing file name as-is, but change file path location...
Another bug involving the period, `.`, character. Where the default_template is defined as `default_template = "$studio.$date.$title{.$performer}"`, if a group contains a null element it should be outputting nothing in the...
### Bug If the config is set up in a way where the script attempts to only rename the letter case in a filename, the script thinks there is a...
Attempting to replace the `/` using `replace_words` seems impossible. Unless I'm doing something wrong with my config, the `/` character seems to get stripped automatically before I can replace it...
@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": "-"},...