mirror of
https://github.com/stashapp/CommunityScripts.git
synced 2026-02-05 13:09:49 -06:00
16 lines
495 B
YAML
16 lines
495 B
YAML
# example plugin config
|
|
name: Default Data For Path
|
|
description: Adds configured Tags, Performers and/or Studio to all newly scanned Scenes, Images and Galleries.
|
|
url: https://github.com/stashapp/CommunityScripts
|
|
version: 1.1
|
|
exec:
|
|
- defaultDataForPath.js
|
|
interface: js
|
|
hooks:
|
|
- name: Add Configured Data on Scan
|
|
description: Adds configured tags/performers/studio on Task->Scan creation.
|
|
triggeredBy:
|
|
- Scene.Create.Post
|
|
- Gallery.Create.Post
|
|
- Image.Create.Post
|