Uh oh!
There was an error while loading. Please reload this page.
New Immich export plugin - #542
Conversation
wpferguson
commented
Dec 7, 2024
If I can get an immich app instance up and running I'll start testing. I'm on 22.04 which seems to be prominently mentioned in the install docs, but not in a good way.:-) |
brainz73
commented
Dec 10, 2024
I'm also on 22.04, installed with docker, started on the first try with a minimal configuration |
wpferguson
commented
Dec 11, 2024
I just have to replace the ubuntu docker with the "real" docker 😄 |
| end | ||
| du.check_min_api_version("7.0.0", "immich") | ||
| end | ||
| if not replaced then | ||
| local album_name = title_widget.text |
There was a problem hiding this comment.
This line generates an error because the title_widget doesn't get defined until later. The above comment about inserting the local title_widget line fixes that.
| _("A unique ID identifying this local Darktable installation"), | ||
| device_id) | ||
| local title_widget = dt.new_widget("entry") { |
There was a problem hiding this comment.
remove the local since it's now defined at the top
| local gettext = dt.gettext.gettext | ||
| dt.gettext.bindtextdomain("immich", dt.configuration.config_dir .."/lua/locale/") |
There was a problem hiding this comment.
This line can be removed. darktable now handles string translation
wpferguson
commented
Jan 6, 2025
Tested. Got the following error Added review comments that tell how to fix it. All the images in the first album I created had a strong yellow color cast. Reset the export module and exported again and image color was correct. Not sure what that was about. |
I am also testing and get the error: Testing on a macbook M4 The files actually get exported, but Darktable crashes just after running. note: |
Hi, I wrote an export plugin for Immich, an open source photo management software that is becoming very interesting:
https://immich.app/
I would like to contribute to the Darktable project by sharing the script.