Stash Marker β†’ DaVinci Resolve Export

:placard: Summary Load markers from Stash, you can sort them and export to Davinci Studio (Paid) directly in timeline. Highlight is you can do a compilation easily with this tool.
:link: Repository https://github.com/PepegaSan/Stashmarker-Davinci-Export

Features

  • Connects to your Stash GraphQL API and lists scene markers (title, tags, file path, times).

  • Filter by name/tag and by path.

  • Optional path mapping when Stash stores Linux-style paths (e.g. Docker) and your files live under a Windows folder.

  • Two export modes:

    • One timeline per video file β€” each source file gets its own Resolve timeline with cuts in order.

    • One compilation timeline β€” all selected segments on a single timeline (order from the list).

  • Resolve Studio with external scripting enabled is required for export

Installation

  1. Clone or download this repository.

  2. Install Python 3.10+ (tick β€œAdd Python to PATH” on Windows).

  3. Open a terminal in the project folder and run:

  4. python app.py
    
  5. or doubleckick on app.py

Screenshots

Workflow improved and some small bugfixes

  • Search & filter: name/tag and path (include and exclude). Several terms per field: comma-separated (matches if any term fits). Comma terms on load run separate Stash queries and merge results.

  • Optional path mapping when Stash stores Linux-style paths (e.g. Docker) and your files live under a Windows folder.

  • Optional backup path prefix + checkbox use backup instead of NAS β€” same folder layout as your main library, but Resolve reads from a local backup/mirror disk so the NAS is not stressed during export (like Stash Cutter).

  • OpenCV preview (double-click in the export order list): built-in player at marker time; marker range is clipped to the real file length when Stash times are longer than the video.

  • Right-click β†’ Open in Stash on the marker list or export order (opens the scene in your browser).

v1.2.0

  • Files in the list now have the headline of the main video file

  • The player opens the file with a double click

  • Different divisions of the options

  • Loading from stash lag less.

1 Like

Latest Bug fixes

v1.3.0

I created an overall full tool that also includes a few stash tools I had already made. However, you can install it like a normal software; it is coded in C # with Python bridges.

here the link if you prefer that

I also fixed a few bugs.
I am always open to improvement or bug reports.