mirror of
https://github.com/stashapp/stash.git
synced 2025-12-16 20:07:05 +03:00
Add option to generate image thumbnails during generate (#4602)
* Add option to generate image thumbnails * Limit number of concurrent image thumbnail generation ops
This commit is contained in:
@@ -18,6 +18,7 @@ type GenerateMetadataOptions struct {
|
||||
Transcodes bool `json:"transcodes"`
|
||||
Phashes bool `json:"phashes"`
|
||||
InteractiveHeatmapsSpeeds bool `json:"interactiveHeatmapsSpeeds"`
|
||||
ImageThumbnails bool `json:"imageThumbnails"`
|
||||
ClipPreviews bool `json:"clipPreviews"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user