mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 04:14:39 +03:00
Add phash generation and dupe checking (#1158)
This commit is contained in:
@@ -8,6 +8,7 @@ type SceneReader interface {
|
||||
FindByPath(path string) (*Scene, error)
|
||||
FindByPerformerID(performerID int) ([]*Scene, error)
|
||||
FindByGalleryID(performerID int) ([]*Scene, error)
|
||||
FindDuplicates(distance int) ([][]*Scene, error)
|
||||
CountByPerformerID(performerID int) (int, error)
|
||||
// FindByStudioID(studioID int) ([]*Scene, error)
|
||||
FindByMovieID(movieID int) ([]*Scene, error)
|
||||
|
||||
Reference in New Issue
Block a user