-
-
Notifications
You must be signed in to change notification settings - Fork 111
Description
Hello everyone ! 😃
Is your feature request related to a problem? Please describe.
I am using several apps to manage my photos (DigiKam, Piwigo as a web portal). On my photos, I like to write a title and sometimes a caption if there is a story.
To centralize this information, I write it into the tags of the JPEG file.
And after some tests, Memories cannot retrieve my information from the tag of my photos.
Describe the solution you'd like
- Add an item menu with named : "update Title & Description from the file"
- Overwrite the displayed title and description with the values of the file (maybe should update the information in the database)
Why is this feature quite interesting ?
Enhance the interoperability between the tools in two ways. This new feature would allow for processing photos that have been edited by other tools.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
I edit metatag from Memories by adding a title and description to the photo (click to enlarge the image)
We can see that the information are wrote in the following tags "xmp:title" and "xmp:description" in the file :
oot@cloud:/mnt/nextcloud_data/data/lexa/files/Photos/galleries/Gal_next# exiftool -a -u -G1 1000002529.jpg | grep -i memories
[XMP-dc] Description : Description writed from Memories
[XMP-dc] Title : Title writed from Memories
root@cloud:/mnt/nextcloud_data/data/lexa/files/Photos/galleries/Gal_next# exiftool -xmp:title -b 1000002529.jpg
Title writed from Memories
I updated the title
root@cloud:/mnt/nextcloud_data/data/lexa/files/Photos/galleries/Gal_next# exiftool "-xmp:title=Title modified by exiftool" -b 1000002529.jpg
itle modified by exiftoolroot@cloud:/mnt/nextcloud_data/data/lexa/files/Photos/galleries/Gal_next# exiftool -a -u -G1 1000002529.jpg | grep -i title
[XMP-dc] Title : Title modified by exiftool
root@cloud:/mnt/nextcloud_data/data/lexa/files/Photos/galleries/Gal_next#
The new title updated don't display on Memories