CommunityScripts
CommunityScripts copied to clipboard
This is a public repository containing plugin and utility scripts created by the Stash Community.
v2.5 My path tag template is: ``` "rename_test": r"/data/organized/$performer/" ``` Let's say I have 3 scenes: - scene 1 (performer-1) - scene 2 (performer-2) - scene 3 (performer-3) Despite my...
- [ ] Still running when existing .funscript file - [ ] Runs entire search onSceneUpdate
update logging to give a more descriptive error
I get the error "ReferenceError: csLib is not defined" for two plugins since a few days:   
I can't seem to find any documentation on this. How exactly do I use this plugin and what is it supposed to do? I assume it should be creating markers...
is i run it inside the docker image with `python .\tag_graph.py -script` it works but inside of stash it doesnt `INFO[2024-05-29 00:20:33] [Plugin / Tag Graph] generating graph... ERRO[2024-05-29 00:20:33]...
If the stash database gets locked for some reason, it aborts the entire "Sync" task. ``` ERRO[2024-05-25 16:17:24] movieCreate: input: movieCreate inserting into movies: executing `INSERT INTO `movies` (`aliases`, `back_image_blob`,...
Every time I run the Sync option from The Porn DB Markers section in tasks, it identifies all the scenes correctly, but then throws some errors and exits. This is...
This line leads to an syntax error: "unmatched '['" due to the usage of double quotes for both the f-string and the inner dictionary key. The proposed solution fixes that.
Updates TPDBMarkers to have options for adding [TPDBMarker] as a tag or to the title, also allows running on scenes with existing markers. Fixes a bug in processAll that caused...