You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After you installed the plugin, make sure you have the latest version of stashapi installed by running `pip install -r <path to your stash>/plugins/community/bulkImageScrape/requirements.txt`.
9
+
After you installed the plugin, make sure you have the latest version of stashapi installed by running `pip install -r <path to your stash>/plugins/community/BulkImageScrape/requirements.txt`.
10
10
11
11
## Config
12
12
13
13
Go into your Stash then under `Settings > Plugins` you'll find the config for Bulk Image Scrape
14
14
15
-
It is mandatory to enter the Scraper ID (the Name) of the Scraper you want to use. In this example [SHALookup](https://github.com/FansDB/metadata-scrapers) is used but you can use any Scraper that is installed in your Stash and is valid for image scraping.
15
+
It is mandatory to enter the Scraper ID of the Scraper you want to use. In this example [SHALookup](https://github.com/FansDB/metadata-scrapers) is used but you can use any [valid Image Scraper](#scraper-requirements) that is installed in your Stash.
16
16
17
17

18
18
19
19
-`Create Missing movies/groups from scrape result`
20
-
> if the scraper returns a movie/group and it is not already in your stash, the plugin will create it if enabled
20
+
21
+
> If the scraper returns a movie/group and it is not already in your stash, the plugin will create it if enabled
22
+
21
23
-`Create Missing performer from scrape result`
22
-
> if the scraper returns a performer and it is not already in your stash, the plugin will create it if enabled
24
+
25
+
> If the scraper returns a performer and it is not already in your stash, the plugin will create it if enabled
26
+
23
27
-`Create Missing studios from scrape result`
24
-
> if the scraper returns a studio and it is not already in your stash, the plugin will create it if enabled
28
+
29
+
> If the scraper returns a studio and it is not already in your stash, the plugin will create it if enabled
30
+
25
31
-`Exclude images that are set as organized`
32
+
26
33
> Any image that is set as organized will be skipped if enabled
34
+
27
35
-`Merge existingtags with scraped tags`
28
-
> merge scraped tags with existing tags instead of overwriting them when enabled
36
+
37
+
> Merge scraped tags with existing tags instead of overwriting them when enabled
38
+
29
39
-`The Scraper ID of the image scraper to use`
30
-
> Enter the ID/Name of the scraper you want to use here. If this is not set correctly the plugin will tell you in the logs when you run the plugin task
40
+
41
+
> Enter the ID of the scraper you want to use. If this is not set correctly the plugin will tell you in the logs when you run the plugin task
42
+
31
43
-`List of tags to skip`
44
+
32
45
> Any image that has one or more of the Tags from this setting will be skipped by the plugin if Tags are specified here. Multiple Tags must be comma separated. If the plugin can't find a tag you specified it will notify you in the logs
33
46
34
47
## Task
@@ -41,3 +54,19 @@ Once the Task is running you can track the progress in `Settings > Log`
41
54
If the plugin encounters any issues you will be informed here
42
55
43
56

57
+
58
+
## Scraper Requirements
59
+
60
+
### Scraper ID
61
+
62
+
You must set the Scraper ID which you can find in `Settings > Metadata Providers > Installed Scrapers`
63
+
64
+
The Scraper ID is shown below the Scraper name and is highlighted in red here:
65
+
66
+

67
+
68
+
### Valid Image Scraper
69
+
70
+
The scraper you choose must be listed as an image scraper in `Settings > Metadata Providers > Scrapers > Image scrapers`
0 commit comments