mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 04:14:39 +03:00
Phash distance filter (#3596)
* Add phash_distance filter criterion * Add distance to phash filter in UI
This commit is contained in:
@@ -27,6 +27,8 @@ type SceneFilterType struct {
|
||||
Checksum *StringCriterionInput `json:"checksum"`
|
||||
// Filter by file phash
|
||||
Phash *StringCriterionInput `json:"phash"`
|
||||
// Filter by phash distance
|
||||
PhashDistance *PhashDistanceCriterionInput `json:"phash_distance"`
|
||||
// Filter by path
|
||||
Path *StringCriterionInput `json:"path"`
|
||||
// Filter by file count
|
||||
|
||||
Reference in New Issue
Block a user