mirror of
https://github.com/photoprism/photoprism.git
synced 2025-10-05 00:43:09 +08:00
CLI: Create thumbs and convert files in deterministic order #3194
This also adds support for specifying a path to the thumbs command. Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
@@ -10,7 +10,7 @@ import (
|
||||
"github.com/photoprism/photoprism/internal/workers"
|
||||
)
|
||||
|
||||
// OptimizeCommand registers the index cli command.
|
||||
// OptimizeCommand configures the command name, flags, and action.
|
||||
var OptimizeCommand = cli.Command{
|
||||
Name: "optimize",
|
||||
Usage: "Maintains titles, estimates, and other metadata",
|
||||
|
Reference in New Issue
Block a user