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

failing here: ``` stash.addEventListener("stash:page:scene", function () { ``` with message: ``` javascript:4175 Uncaught ReferenceError: stash is not defined at javascript:4175:3 at javascript:4191:3 (anonymous) @ javascript:4175 (anonymous) @ javascript:4191 ``` same...

Since going to v0.20.2, the plugin is no longer able to update the database. I have the plugin set to rename AND move the file. It appears to be able...

bug
RenamerOnUpdate

The current `build_site.sh` script generates a new hash for every deployment even if the plugin hasn't changed. The reason the hashes change is due to file timestamps changing when the...

If a scene doesn't yet have a title(for example), it gets renamed to just .ext, this shouldn't be the case it should use the current filename or just skip it....

When moving files across different drives, I must manually adjust the path template to reflect the correct destination within the same drive. Implement a feature that automatically adjusts the file...

This is a script that converts all videos to mkv to reduce the size. It could be modified to use the stash database instead. ```python import enlighten import ffmpeg import...

question
script

This could be made to remove all empty parent folders instead of just the current one. https://github.com/stashapp/CommunityScripts/blob/468e9df869de39121acbb875abadf9785c627d1a/plugins/renamerOnUpdate/renamerOnUpdate.py#L1174-L1183 ```python def remove_empty_parent_folders(path): # Walk the directory tree in reverse order (bottom-up) for...

The "self" scene was always returned meaning it would always be tagged as the scene to keep. Return the better scene object as per the expected behaviour.

`int` is rounding down floats causing the last page to be skipped (or not run at all if only one page). Using `ceil` method to round up effectively takes that...

I want to do the following. I have the `performer_limit = 3`. When there are two females and one male I want them all to appear but if there are...

enhancement
RenamerOnUpdate