Replies: 4 comments 4 replies
-
Ente can reads the description from the "description" field in the Google Takeout JSON (this feature is available on the web app, and will also be available in the next desktop app release 1.7.6, expected to be out in a day or two). Inspite of the Google in its name, this is a generic JSON file that can be created by any software (Ente itself will write out data when exporting in this same format). So one option is to use {"description": "xyz..."} For a file named eg. I understand this might be cumbersome for people not acquainted with shell scripting, I'm only mentioning this flow just in case it helps since you asked for "for any help" :) ps. if possible, could you also mention the exact Exif tags which has the description. We've had conflicting information about which (if any) Exif tag is meant as as standard for descriptions / captions, and thus we avoid reading them to avoid cluttering the user's photos with autogenerated (e.g. by camera makers) descriptions. But if there is indeed an Exif tag which is reserved solely for user generated descriptions, that would be good to know. |
Beta Was this translation helpful? Give feedback.
-
There are many standards and conventions for placement of title, description, caption, etc. in photo metadata. Given its dominance, please consider supporting the tags created by Lightroom Classic exports. (These tags seem to be used by SmugMug--which exactly, I don't know.) Here is an abbreviated exiftool dump from a Lightroom Classic export:
|
Beta Was this translation helpful? Give feedback.
-
I conducted some research to understand how different tools handle this. The screenshots below are from my tool https://stefan-oltmann.de/exif-viewer If I take a blank original.jpg and add a description using Microsoft Photo I get a microsoft_photo.jpg that has ACDSee offers multiple fields that look suitable for a description (like title & headline), but regardless in which "description" field the users enter the data, it will be written into Picasa writes Like ACDSee Mylio has separate fields for a title and a description: It seems other tools also rely on the same fields that @scott-ainsworth mentioned for Lightroom. There doesn’t appear to be any additional fields in play. The interesting question now is: in what order should these fields be read if they contain conflicting values? As always, ExifTool is our friend here: That created conflicting.jpg: Microsoft Photo prioritizes the Picasa uses the ACDSee and Mylio display both This makes it clear: if XMP data is present, it should always take precedence. This approach makes sense because XMP is the most modern metadata format. Additionally, if you later introduce support for sidecars, an XMP sidecar should override any embedded metadata values. This behavior is standard and expected in tools with XMP sidecar support, such as Mylio and Ashampoo Photo Organizer. When choosing between Going further: What happens if there is no XMP like in conflicting_without_xmp.jpg? In this case, Microsoft Photo ignores IPTC data and displays On the other hand, ACDSee and Mylio both prioritize displaying the IPTC values, while Picasa specifically opts to show the In conclusion, Ente should remain consistent with other commonly used tools. Users may become confused if it displays fields different from those used by tools they are likely familiar with. Read the description in order:
Read the title in order:
If you need to fill in a single field, flip a coin to decide whether to prioritize the "title" or "description" field first. Providing both fields will generally be less confusing. Conflicting values shouldn’t be a major issue, as good tools typically write consistent values to multiple places and ensure they include XMP data. Poorly designed tools might not, but those tools are best avoided altogether. Additionally, I reviewed some of my out-of-camera JPEGs, and it seems camera manufacturers don't usually populate the "description" or "title" fields with default values. So, it's unlikely you'll encounter entries like "Shot with Canon" or similar placeholders. @scott-ainsworth If you like, add the order in which Lightroom classic finds the fields. I don't have that tool available. I hope my research was valueable for you! :) |
Beta Was this translation helpful? Give feedback.
-
I have hundreds of photos that have their description stored in the EXIF data (the same data is in the title, caption and headline tags). Can I get Ente to put this into its description field when uploading photos? It's not a job I want to do manually for every photo! Many thank for any help.
Beta Was this translation helpful? Give feedback.
All reactions