mirror of
https://github.com/stashapp/stash.git
synced 2026-05-09 05:05:29 +02:00
feat(schema): add scene_filter to findDuplicateScenes
Expands the findDuplicateScenes query to accept a full SceneFilterType. This enables filtering out specific directories or tags from the duplication matching process.
This commit is contained in:
parent
1ec5583931
commit
aaf2ba4cf6
1 changed files with 1 additions and 0 deletions
|
|
@ -51,6 +51,7 @@ type Query {
|
|||
Fractional seconds are ok: 0.5 will mean only files that have durations within 0.5 seconds between them will be matched based on PHash distance.
|
||||
"""
|
||||
duration_diff: Float
|
||||
scene_filter: SceneFilterType
|
||||
): [[Scene!]!]!
|
||||
|
||||
"Return valid stream paths"
|
||||
|
|
|
|||
Loading…
Reference in a new issue