Metadata: Extract Notes from UserComment field #3352
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
958766ba79
commit
96011b2c2f
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ type Data struct {
|
|||
Title string `meta:"Headline,Title" xmp:"dc:title" dc:"title,title.Alt"`
|
||||
Subject string `meta:"Subject,PersonInImage,ObjectName,HierarchicalSubject,CatalogSets" xmp:"Subject"`
|
||||
Keywords Keywords `meta:"Keywords"`
|
||||
Notes string `meta:"Comment"`
|
||||
Notes string `meta:"Comment,UserComment"`
|
||||
Artist string `meta:"Artist,Creator,By-line,OwnerName,Owner" xmp:"Creator"`
|
||||
Description string `meta:"Description,Caption-Abstract" xmp:"Description,Description.Alt"`
|
||||
Copyright string `meta:"Rights,Copyright,CopyrightNotice,WebStatement" xmp:"Rights,Rights.Alt"`
|
||||
|
|
Loading…
Reference in a new issue