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:
Michael Mayer
2023-02-14 11:37:22 +01:00
parent 4e0f38881d
commit 0c4aa86f85
30 changed files with 161 additions and 83 deletions

View File

@@ -15,7 +15,7 @@ import (
"github.com/photoprism/photoprism/pkg/clean"
)
// ImportCommand registers the import cli command.
// ImportCommand configures the command name, flags, and action.
var ImportCommand = cli.Command{
Name: "mv",
Aliases: []string{"import"},