Skip to content

How to write Title/Description data to the different metadata types? #1620

Answered by deckerst
Spike817 asked this question in Q&A
Discussion options

You must be logged in to vote

Related code here:

Future<Set<EntryDataType>> editTitleDescription(Map<DescriptionField, String?> fields) async {

  // write title:
  // - IPTC / object-name, if IPTC exists
  // - XMP / dc:title
  // write description:
  // - Exif / ImageDescription
  // - IPTC / caption-abstract, if IPTC exists
  // - XMP / dc:description

For description at least it should already be written to both Exif and XMP.
In which Exif field specifically would you store the title?

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@deckerst
Comment options

@Spike817
Comment options

@deckerst
Comment options

@deckerst
Comment options

@Spike817
Comment options

Answer selected by Spike817
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants