People: Add "photoprism faces index" command for indexing faces only #22

This commit is contained in:
Michael Mayer
2021-09-22 19:33:41 +02:00
parent 25f35c598d
commit 4dd09f4502
45 changed files with 617 additions and 269 deletions

View File

@@ -11,16 +11,13 @@ import (
"path/filepath"
"time"
"github.com/photoprism/photoprism/pkg/fs"
"github.com/photoprism/photoprism/internal/service"
"github.com/photoprism/photoprism/internal/photoprism"
"github.com/photoprism/photoprism/pkg/txt"
"github.com/urfave/cli"
"github.com/photoprism/photoprism/internal/config"
"github.com/urfave/cli"
"github.com/photoprism/photoprism/internal/photoprism"
"github.com/photoprism/photoprism/internal/service"
"github.com/photoprism/photoprism/pkg/fs"
"github.com/photoprism/photoprism/pkg/txt"
)
// BackupCommand configures the backup cli command.