mirror of
https://github.com/stashapp/CommunityScripts.git
synced 2026-02-04 10:28:36 -06:00
14 lines
426 B
YAML
14 lines
426 B
YAML
name: Funscript Markers
|
|
description: Create markers if there is a funscript with "chapters" included in the metadata of the script
|
|
version: 0.1
|
|
url: https://github.com/stashapp/CommunityScripts/
|
|
exec:
|
|
- python
|
|
- "{pluginDir}/funscriptMarkers.py"
|
|
interface: raw
|
|
tasks:
|
|
- name: "Re-process All"
|
|
description: Look at funscript files and see if there are chapters in the metadata
|
|
defaultArgs:
|
|
mode: processAll
|