mirror of
https://github.com/stashapp/CommunityScripts.git
synced 2026-06-11 19:50:52 -05:00
* init cover from file * rm unnecessary fragments, source paths from stash cfg * add override, and scan/set options
17 lines
602 B
YAML
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 |