mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +03:00
Refactor autotag to use individual transactions (#3106)
* Add id filtering to scenes, images, and galleries * Perform tagging in batches * One transaction per object tagged
This commit is contained in:
@@ -6,6 +6,7 @@ type ImageFilterType struct {
|
||||
And *ImageFilterType `json:"AND"`
|
||||
Or *ImageFilterType `json:"OR"`
|
||||
Not *ImageFilterType `json:"NOT"`
|
||||
ID *IntCriterionInput `json:"id"`
|
||||
Title *StringCriterionInput `json:"title"`
|
||||
// Filter by file checksum
|
||||
Checksum *StringCriterionInput `json:"checksum"`
|
||||
|
||||
Reference in New Issue
Block a user