When I used next, I noticed the trip duration and speed were shorter and slower compared to main. Is there something wrong with my settings?
You mean the stroke length is shorter or faster? If so have you adjusted the length from the plugin? Or are you referring to something else.
Also handy 1 or 2? I havenât done testing with 2 yet so there may be bugs but lmk.
Ok, so this is now the version of the plugin I have:
Wasnât sure if I used the right URL you are talking about though, because I am still getting the same python error in the logs when attempting to run the tag task
Looks like python isnât set in your system PATHenv. The plugin defaults to searching from here and doesnât use the Python Executable Path value found in Stash settings (just realized this was a thing lol).
But no it doesnât need to be the python from the store but it must setup python. If you open up your command prompt I bet you only have python3 instead of both python and python3 available.
As a quick fix you can type which python3 find the file and copy+rename it to python in the same location. You can also run which python to see if its found or not.
Please! ![]()
Was also browsing this post for some Stash tips/tricks and noticed a little SIT: Multi-Script tag reference ![]()
![]()
ALPHA RELEASES ![]()
So there will be alpha releases for people that want to test the new/likely to break features.
First new feature is support for more devices.
- Default = how stash currently handles it (v2 api)
- FW4 = uses v3 api (sse streaming)
- FW BT = uses buttplug.io and requires FW4 hasnât been tested AT ALL so pretty sure it will just blow up on yall lol.
FW4 should have most of the support, but may be iffy with ivdb token.
Also in this build should fix some issues around loading multi scripts (not responding to dropdown changes) as well as some issues when you navigate from one video to another.
Shout out to @iveplay for their ive-connect library. With this we will be able to support AutoBlow and others down the line.
i have the funosr pro if youd like me to have a tear at the multi-script dependability.
Ok I meant to reply to this sooner, sorry.
So, when you say command prompt, I assume you mean the Windows one?
From what I can tell, I do see Python312 as a Path in my environment variables. Itâs located in AppData\Local\Programs\Python\Python312\Scripts...
EDIT: OK, I think maybe I found the issue? I tried re-installing Python, but made sure it was installed in the C drive rather than under AppData. Then in the stash app settings under system, I set the Python executable path manually, and now the tasks finally run!
Now what I think I need help with is how to get the multi-axis script heatmaps to show. The scenes are properly tagging, but they still only show 1 axis heatmap. When running the remap task, the console give the error âTask module âremapâ not foundâ



