Skip to content

Instantly share code, notes, and snippets.

@flolilo
Last active May 15, 2021 22:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save flolilo/123db32ff650966471a87e13ffa0cd30 to your computer and use it in GitHub Desktop.
Save flolilo/123db32ff650966471a87e13ffa0cd30 to your computer and use it in GitHub Desktop.
Translate metadata from DigiKam (6.3.0) to RawTherapee (5.7) or vice versa!
@flolilo
Copy link
Author

flolilo commented Oct 13, 2019

- python <path_to_script> will do XMP --> PP3 (you can also specify --metadata_source "XMP", which is the default)

  • python <path_to_script> --metadata_source "PP3" will do PP3 --> XMP
  • python <path_to_script> --main_path "your/absolute/path" will specify a different directory than ./
  • python <path_to_script> --verbose 1` will start the verbose print

--metadata_source, --main_path, and --verbose can of course be combined.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment