GayNerd 9374193341
Fix stashapi GQL errors due to git req for old stashapi version (#646)
Co-authored-by: DogmaDragon <103123951+DogmaDragon@users.noreply.github.com>
2025-12-22 12:38:23 +02:00

43 lines
1.4 KiB
YAML
Executable File

name: Bulk Image Scrape
# requires: PythonDepManager
description: Apply an image scraper to all images
version: 0.3.4
url: https://discourse.stashapp.cc/t/bulk-image-scrape/1339
exec:
- python
- "{pluginDir}/bulkImageScrape.py"
interface: raw
settings:
ScraperID:
displayName: The Scraper ID of the image scraper to use (for example SHALookup)
type: STRING
SkipTags:
displayName: List of tags to skip (comma separated)
type: STRING
CreateMissingPerformers:
displayName: Create missing performers from scrape result
type: BOOLEAN
CreateMissingStudios:
displayName: Create missing studios from scrape result
type: BOOLEAN
CreateMissingMovies:
displayName: Create missing movies/groups from scrape result
type: BOOLEAN
MergeExistingTags:
displayName: Merge existing tags with the scraped tags (default is to overwrite)
type: BOOLEAN
ExcludeOrganized:
displayName: Exclude images that are set as organized (default is to include)
type: BOOLEAN
SkipEntriesNum:
displayName: number of entries to skip over (mostly for rerunning after an error on large collections)
type: NUMBER
PerformerIdsFilter:
displayName: List of performers IDs (comma separated) to filter images the plugins sees
type: STRING
tasks:
- name: "Bulk Image Scrape"
description: Apply an image scraper to all images