mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +03:00
added support for image orientation filter (#4404)
* added support for image orientation filter * Add orientation filtering to scenes --------- Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
This commit is contained in:
@@ -29,6 +29,8 @@ type ImageFilterType struct {
|
||||
OCounter *IntCriterionInput `json:"o_counter"`
|
||||
// Filter by resolution
|
||||
Resolution *ResolutionCriterionInput `json:"resolution"`
|
||||
// Filter by landscape/portrait
|
||||
Orientation *OrientationCriterionInput `json:"orientation"`
|
||||
// Filter to only include images missing this property
|
||||
IsMissing *string `json:"is_missing"`
|
||||
// Filter to only include images with this studio
|
||||
|
||||
Reference in New Issue
Block a user