Files
CommunityScripts/plugins/setSceneCoverFromFile/set_scene_cover.yml
stg-annon 6f596350c4 Set cover from file (#19)
* init cover from file

* rm unnecessary fragments, source paths from stash cfg

* add override, and scan/set options
2021-11-01 12:42:56 +11:00

17 lines
602 B
YAML

name: Set Scene Cover
description: Searchs Stash for Scenes with a cover image in the same folder and sets the cover image in stash to that image
version: 0.3
url: https://github.com/stg-annon/CommunityScripts/tree/main/plugins/setSceneCoverFromFile
exec:
- python
- "{pluginDir}/set_cover.py"
interface: raw
tasks:
- name: Scan
description: searchs 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