Files
CommunityScripts/plugins/setSceneCoverFromFile/set_scene_cover.yml
Raghavan 228c294ffa Workflow to check JS and PY code format (#242)
* 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>
2024-02-07 10:25:44 +11:00

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