StashApp X ScriptCompiler

ScriptCompiler now has Stash library integration

Hey everyone,

I’ve been working on a funscript editor for a while and just added Stash integration that I thought you might find useful.

For those not familiar with funscripts - they’re haptic feedback files that sync with videos for devices like The Handy. The integration lets you import your entire Stash library directly into the editor, so you can create or edit these scripts without leaving your existing Stash setup.

How it works: Just make sure ScriptCompiler can reach your Stash instance from your network, and you can pull in your library with one click. The editor runs entirely in the browser (desktop and mobile), so there’s nothing to install.

I built this mainly because existing funscript editors were either desktop-only or didn’t work well on mobile. This one actually works properly on phones/tablets, which is useful if you want to edit on the go.

Some features that work well with Stash:

  • Timeline-based editing with video sync

  • Automatic point generation (ScriptSniper) that tracks motion in videos

  • Scene detection through a companion desktop app (ScriptCompiler-Bridge) that saves chapters to funscript metadata

  • Device connectivity to test scripts in real-time

The scene detection feature might be particularly useful for Stash users since it can analyze videos and create chapter markers automatically.

ScriptCompiler-Bridge (the companion app for scene detection) is open source: GitHub - telemacy/scriptcompiler-bridge

There’s a free tier to try it out. Full details at https://scriptcompiler.com

Let me know if you run into any issues with the Stash integration or have suggestions for improving it.