Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions plugins/bulkImageScrape/BulkImageScrape.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Bulk Image Scrape
# requires: PythonDepManager
description: Apply an image scraper to all images
version: 0.3.4
version: 0.3.5
url: https://discourse.stashapp.cc/t/bulk-image-scrape/1339
exec:
- python
Expand All @@ -21,8 +21,8 @@ settings:
CreateMissingStudios:
displayName: Create missing studios from scrape result
type: BOOLEAN
CreateMissingMovies:
displayName: Create missing movies/groups from scrape result
CreateMissingTags:
displayName: Create missing tags from scrape result
type: BOOLEAN
MergeExistingTags:
displayName: Merge existing tags with the scraped tags (default is to overwrite)
Expand Down
4 changes: 2 additions & 2 deletions plugins/bulkImageScrape/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ It is mandatory to enter the Scraper ID of the Scraper you want to use. In this

![Settings](./res/settings.png)

- `Create Missing movies/groups from scrape result`
- `Create Missing tags from scrape result`

> If the scraper returns a movie/group and it is not already in your stash, the plugin will create it if enabled
> If the scraper returns a tag and it is not already in your stash, the plugin will create it if enabled

- `Create Missing performer from scrape result`

Expand Down