|
| 1 | +# Bulk Image Scraper |
| 2 | + |
| 3 | +Apply any image scraper to all of your images |
| 4 | + |
| 5 | +## Install |
| 6 | + |
| 7 | +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/bulkImageScraper/requirements.txt` |
| 8 | + |
| 9 | +## Config |
| 10 | + |
| 11 | +Go into your Stash then under `Settings > Plugins` you'll find the config for Bulk Image Scrape |
| 12 | + |
| 13 | +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. |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | +- `Create Missing movies/groups from scrape result` |
| 18 | +> if the scraper returns a movie/group and it is not already in your stash, the plugin will create it if enabled |
| 19 | +- `Create Missing performer from scrape result` |
| 20 | +> if the scraper returns a performer and it is not already in your stash, the plugin will create it if enabled |
| 21 | +- `Create Missing studios from scrape result` |
| 22 | +> if the scraper returns a studio and it is not already in your stash, the plugin will create it if enabled |
| 23 | +- `Exclude images that are set as organized` |
| 24 | +> Any image that is set as organized will be skipped if enabled |
| 25 | +- `Merge existingtags with scraped tags` |
| 26 | +> merge scraped tags with existing tags instead of overwriting them when enabled |
| 27 | +- `The Scraper ID of the image scraper to use` |
| 28 | +> 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 |
| 29 | +- `List of tags to skip` |
| 30 | +> 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 |
| 31 | +
|
| 32 | +## Task |
| 33 | + |
| 34 | +After you adapted the config to your liking and made sure your image scraper of choice works properly simply start the task in `Settings > Tasks` |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | +Once the Task is running you can track the progress in `Settings > Log` |
| 39 | +If the plugin encounters any issues you will be informed here |
| 40 | + |
| 41 | + |
0 commit comments