mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 04:14:39 +03:00
Limit duplicate matching to files that have ~ same duration (#3663)
* Limit duplicate matching to files that have ~ same duration * Add UI for duration diff --------- Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
This commit is contained in:
@@ -153,7 +153,7 @@ type SceneReader interface {
|
||||
FindByPath(ctx context.Context, path string) ([]*Scene, error)
|
||||
FindByPerformerID(ctx context.Context, performerID int) ([]*Scene, error)
|
||||
FindByGalleryID(ctx context.Context, performerID int) ([]*Scene, error)
|
||||
FindDuplicates(ctx context.Context, distance int) ([][]*Scene, error)
|
||||
FindDuplicates(ctx context.Context, distance int, durationDiff float64) ([][]*Scene, error)
|
||||
|
||||
GalleryIDLoader
|
||||
PerformerIDLoader
|
||||
|
||||
Reference in New Issue
Block a user