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
8.93k stars 782 forks source link

Scraper inputs #4922

Closed WithoutPants closed 3 months ago

WithoutPants commented 3 months ago

Adds the following fields to the gallery json input passed to script scrapers:

The files field is an array of objects with the following fields:

Adds the following fields to the scene json input passed to script scrapers:

The files field is an array of objects with the same fields as in the gallery input, with the following additional fields:

Folder information is deliberately omitted for now, as it requires a bit more work.

Resolves #1027 Resolves #1554