Skip to content

[Interoperability] Read and Update the Title and Description from the File Metatags #1426

@louxyy

Description

@louxyy

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

  1. Add an item menu with named : "update Title & Description from the file"
  2. 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)
3AFqMua.th.png

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions