mirror of
https://github.com/stashapp/CommunityScripts.git
synced 2026-04-12 19:41:51 -05: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>
18 lines
604 B
YAML
18 lines
604 B
YAML
name: Set Scene Cover
|
|
description: searches Stash for Scenes with a cover image in the same folder and sets the cover image in stash to that image
|
|
version: 0.4
|
|
url: https://github.com/stg-annon/CommunityScripts/tree/main/plugins/setSceneCoverFromFile
|
|
exec:
|
|
- python
|
|
- "{pluginDir}/set_cover.py"
|
|
interface: raw
|
|
tasks:
|
|
- name: Scan
|
|
description: searches stash dirs for cover images and logs results
|
|
defaultArgs:
|
|
mode: scan
|
|
- name: Set Cover
|
|
description: searches for cover images and sets any stash scene found in the same dir to that image
|
|
defaultArgs:
|
|
mode: set_cover
|