stash icon indicating copy to clipboard operation
stash copied to clipboard

[Feature] Allow scrapers to return custom fields

Open xantror opened this issue 1 month ago • 0 comments

Describe the feature you'd like

Some sources may provide additional information that users would like to save in a structured way e.g. performer shoe size, penis girth etc.

Allowing scrapers to return something like 'custom_fields': {'penis_girth': 13, 'shoe_size': 42.5} as part of json in stdout would be nice.

Describe the benefits this would bring to existing users

Scrapers can provide additional information in a more structured way than writing json/text to existing fields like measurements or description.

Is there an existing way to achieve this goal?

Not entirely AFAIK.. while a scraper could theoretically use GQL to write the changes it would happen in the background without the user being able to review and it's a bit buggy when you do so since saving a performer would overwrite the custom fields with the blank data currently on the page.

Have you searched for an existing open/closed issue?

  • [x] I have searched for existing issues and none cover the core request of my proposal

Additional context

No response

xantror avatar Dec 10 '25 22:12 xantror