mirror of
https://github.com/stashapp/CommunityScripts.git
synced 2026-04-19 01:54:19 -05:00
20 lines
631 B
YAML
20 lines
631 B
YAML
name: Video Chapter Markers
|
|
description: Create markers from chapter information embedded in video files
|
|
version: 1.1
|
|
url: https://github.com/stashapp/CommunityScripts/tree/main/plugins/videoChapterMarkers
|
|
exec:
|
|
- python
|
|
- "{pluginDir}/videoChapterMarkers.py"
|
|
interface: raw
|
|
tasks:
|
|
- name: "Process All Videos"
|
|
description: Extract chapters from all video files without existing markers and create Stash markers
|
|
defaultArgs:
|
|
mode: processAll
|
|
|
|
hooks:
|
|
- name: Create Markers on Scene Update
|
|
description: Extract chapters and create markers when a scene is updated
|
|
triggeredBy:
|
|
- Scene.Update.Post
|