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:
@@ -10,6 +10,7 @@ type GalleryFilterType struct {
|
||||
And *GalleryFilterType `json:"AND"`
|
||||
Or *GalleryFilterType `json:"OR"`
|
||||
Not *GalleryFilterType `json:"NOT"`
|
||||
ID *IntCriterionInput `json:"id"`
|
||||
Title *StringCriterionInput `json:"title"`
|
||||
Details *StringCriterionInput `json:"details"`
|
||||
// Filter by file checksum
|
||||
|
||||
Reference in New Issue
Block a user