Summary: | Support for Apple Sidecar data files (.AAE files) | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Thomas Damgaard <thomasdn> |
Component: | Metadata-Sidecar | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | REPORTED --- | ||
Severity: | wishlist | CC: | caulier.gilles, metzpinguin, thomasdn |
Priority: | NOR | ||
Version: | 8.3.0 | ||
Target Milestone: | --- | ||
Platform: | macOS (DMG) | ||
OS: | macOS | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Thomas Damgaard
2024-07-10 14:30:04 UTC
AAE is already supported by ExifTool as PList format : https://exiftool.org/TagNames/PLIST.html Switch digiKAm to ExifTool metadata backend in configuration dialog : https://docs.digikam.org/en/setup_application/metadata_settings.html#behavior-settings and add AAE to supported sidecar format : https://docs.digikam.org/en/setup_application/metadata_settings.html#sidecars-settings Gilles Caulier Everything that is requested in this bug report can already be done by digiKam. Either as Gilles has already written, add it as a sidecar extension so that the AAE files can be copied, moved or renamed together with the images like XMP sidecars. https://docs.digikam.org/en/setup_application/metadata_settings.html#sidecars-settings OR: add the AAE extension as an image MIME type so that digiKam displays it. Of course, only a generic icon will then be displayed, but ExifTool may display metadata. https://docs.digikam.org/en/setup_application/views_settings.html#mime-types-settings Maik Maik and Giles, Thank you both for your quick and thorough response! I see that this is indeed already supported. I tried adding the aae extension as a sidecard file. This works! That is, moving, renaming images performs the same operation on the aae file. I wanted to try adding aae as mime-type also. So I went into Settings and typed in "aae" in the mimetypes for images input. Then I clicked OK. After this, DK freezes with mouse being hourglass (DK 8.3.0 on Windows where I tested this) and digikam.exe seems to be idle at between 0.00% and 0.01% CPU (according to Process Explorer) After like an hour or so, I killed digikam.exe and started DK again. When I started DK, it still works with renaming an image with corresponding .aae file and the aae file is also renamed. However, the .aae file does not show up in album view. Neither as a thumbnail or as a file without thumbnail. I am aware that the mimetype config dialog says that DK will rescan the db in the background after changing this setting. However, no active processes were shown while this happened. When I restarted DK and went into setting, "aae" was still present in "additional image file extensions"... So appearently, this does not work. Some thoughts: Given that .aae files are very common due to Apple devices being very common, would it perhaps make sense to either add .aae files as sidecar files by default - or have a handy checkbox to enable this behavior for this specific file type? >Given that .aae files are very common due to Apple devices being very common, would it perhaps make sense to either add .aae files as sidecar files by default - or have a handy checkbox to enable this behavior for this specific file type?
AAE is a too specific use case. I'm not in favor to add this kind of option. We need to limit complexity.
AAE must work like other sidecar files Maik, it's must be the case no ?
Gilles
|