CommunityScripts
CommunityScripts copied to clipboard
This is a public repository containing plugin and utility scripts created by the Stash Community.
* add custom_javascript folder * add open_scene_in_iina
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...
…enes with no renaming template followup of https://github.com/stashapp/CommunityScripts/pull/140
I'm sorry, but I'm really not good at this. I clicked Set Cover button, it finished suddenly but nothing happened. Here's log: 2023-11-15 20:49:39 Error [Plugin / Set Scene Cover]...
I've read through the readme but it's honestly gone all over my head! All I want to do is move files based on the performers name. For instance if I...
If `field_whitespaceSeperator` in renamerOnUpdate_config.py is set to a non-space character, it will replace spaces in the current file path, preventing files from being found. For example, /data/foo bar/baz.01.02.03.foo.bar.mp4 results in...
To avoid having [this issue](https://github.com/stashapp/stash/discussions/3162) where forgetting to set the filename as the title removes the filename, the default setting should be to not run renamerOnUpdate if there is no...
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...
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...
`config.py` ``` path_length = 240 ``` `renamerOnUpdate.py` ``` if len(path) > config.path_length and not IGNORE_PATH_LENGTH: ```