mirror of
https://github.com/stashapp/CommunityScripts.git
synced 2026-02-04 10:49:10 -06:00
* fix css files * create workflow * format code using prettier * black ignore 3rd party folder * format py code using black * black exclude option in workflow * Don't format workflow files * Add contributing instructions to readme --------- Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
16 lines
494 B
YAML
16 lines
494 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
|