stashapp / stash

An organizer for your porn, written in Go. Documentation: https://docs.stashapp.cc
https://stashapp.cc/
GNU Affero General Public License v3.0
9.17k stars 791 forks source link

[Feature] Bulk/Automate Scrap from stashdb or other scraper #1589

Closed ghost closed 2 years ago

ghost commented 3 years ago

Is your feature request related to a problem? Please describe. Searching the scene and Scraping metadata for each scene one by one

Describe the solution you'd like To automate the process by scraping next one after other. Like the scan process but for scraping from stashdb or other scraper

Describe alternatives you've considered None

Additional context None

laurus-lx commented 3 years ago

I've been using a work-around for this with a custom python scraper that does the following: A) Scrapes data of interest (Model info, Set/Scene info, Studio info, Images) from studio or indexing sites in to JSON using Selenium (Chrome based automated Web browser) B) Inserts data from JSON and saved images in to appropriate SqlLite tables, so it shows up in Stash

I can share relevant code here if there is interest. Writing this in Go would be ideal, as it would be easier to integrate in to Stash, but python is what I was already familiar with.

Phasetime commented 3 years ago

There is a plugin that, with one click, scrapes all scenes that have a specific tag on them with the scraper the tag specifies and automatically adds performers, tag as needed here.

WithoutPants commented 3 years ago

Related discussion #1802