Indexer: Merge identical photos (stack files) #576

This commit is contained in:
Michael Mayer
2020-12-04 19:51:51 +01:00
parent d09f22b202
commit 902aacece9
27 changed files with 316 additions and 34 deletions

View File

@@ -63,6 +63,7 @@ func indexAction(ctx *cli.Context) error {
Path: subPath,
Rescan: ctx.Bool("all"),
Convert: conf.Settings().Index.Convert && conf.SidecarWritable(),
Stack: conf.Settings().Index.Stack,
}
indexed := ind.Start(indOpt)