darktable-auto-export

command module
v0.0.0-...-5357ecf Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 3, 2023 License: MIT Imports: 1 Imported by: 0

README

darktable-auto-export

Keep exported jpgs in sync with the latest xmp files from darktable

Usage

go build -o dae ./ && ./dae -i ~/smb-share/photo/raw -o ~/smb-share/photo/jpg

Alpha note: In case of error, the db lock may not be cleaned up. For flatpak, the command is usually something like ./dae unlock ~/.var/app/org.darktable.Darktable/config/darktable/, or, once the config file is updated with the lockdir parameter, simply ./dae unlock

Config

Config is handled by viper and cobra, meaning you can you command line flags or a config.yaml or config.json file. See subcommands help for more details

Here is an example config.yml showing the defaults

# sync subcommand
delete-missing: false
in: "./"
out: "./"
command: "flatpak run --command=darktable-cli org.darktable.Darktable"
extension:
  - ".ARW"
new: false
# unlock subcommand
lockdir: ""

Roadmap

See https://github.com/figadore/darktable-auto-export/labels/roadmap

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL