mirror of
https://github.com/stashapp/CommunityScripts.git
synced 2026-02-04 20:04:27 -06:00
43 lines
1.4 KiB
YAML
Executable File
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
|