Stash scraper scene query (#5722)

* Enable scene querying in stash scraper
* Update docs
This commit is contained in:
WithoutPants
2025-03-17 10:20:08 +11:00
committed by GitHub
parent 193b175618
commit bc923929bb
2 changed files with 57 additions and 8 deletions

View File

@@ -251,7 +251,7 @@ sceneByURL:
### Stash
A different stash server can be configured as a scraping source. This action applies only to `performerByName`, `performerByFragment`, and `sceneByFragment` types. This action requires that the top-level `stashServer` field is configured.
A different stash server can be configured as a scraping source. This action applies only to `performerByName`, `performerByFragment`, `sceneByName`, `sceneByQueryFragment` and `sceneByFragment`, types. This action requires that the top-level `stashServer` field is configured.
`stashServer` contains a single `url` field for the remote stash server. The username and password can be embedded in this string using `username:password@host`. Alternatively, the `apiKey` field can be used to authenticate with the remote stash server.
@@ -265,6 +265,10 @@ performerByFragment:
action: stash
sceneByFragment:
action: stash
sceneByName:
action: stash
sceneByQueryFragment:
action: stash
stashServer:
apiKey: <api key>
url: http://stashserver.com:9999