-
Notifications
You must be signed in to change notification settings - Fork 0
/
dict.yaml
47 lines (44 loc) · 2.01 KB
/
dict.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
#known tag aliases map
#all tags in list should be written in standard format <GROUP:TagName>
known:
title: ["IPTC:Headline","XMP:Headline"]
keywords: ["IPTC:Keywords","XMP:Subject"]
event: ["XMP:Event"]
dateCreated: ["IPTC:DateCreated","XMP:DateCreated"]
copyright: ["EXIF:Copyright","IPTC:CopyrightNotice","XMP:Rights"]
copyrightOwner: ["XMP:Owner","XMP:CopyrightOwnerName"]
copyrighted: ["XMP:Marked"]
description: ["EXIF:ImageDescription","IPTC:Caption-Abstract","XMP:Description"]
personInImage: ["XMP:PersonInImage","XMP:People"]
transmission: ["IPTC:OriginalTransmissionReference","XMP:TransmissionReference"]
country: ["IPTC:Country-PrimaryLocationName","XMP:Country"]
countryCode: ["IPTC:Country-PrimaryLocationCode","XMP:CountryCode"]
state: ["IPTC:Province-State","XMP:State"]
city: ["IPTC:City","XMP:City"]
location: ["IPTC:Sub-location","XMP:Location"]
instructions: ["IPTC:SpecialInstructions","XMP:Instructions"]
terms: ["XMP:UsageTerms"]
captionWriter: ["IPTC:Writer-Editor","XMP:CaptionWriter"]
creator: ["EXIF:Artist","IPTC:By-line","XMP:Creator"]
creatorTitle: ["IPTC:By-lineTitle","XMP:AuthorsPosition"]
creatorAddress: ["XMP:CreatorAddress"]
creatorCity: ["XMP:CreatorCity"]
creatorRegion: ["XMP:CreatorRegion"]
creatorPostalcode: ["XMP:CreatorPostalCode"]
creatorCountry: ["XMP:CreatorCountry"]
creatorWorkTelephone: ["XMP:CreatorWorkTelephone"]
creatorWorkEmail: ["XMP:CreatorWorkEmail"]
creatorWorkURL: ["XMP:CreatorWorkURL"]
credit: ["IPTC:Credit","XMP:Credit"]
source: ["IPTC:Source","XMP:Source"]
groups:
keywords: "keywords.*"
#known bool-value tags
#all tags should be either a known tag keys or written in standard format <GROUP:TagName>
booleans: ["copyrighted"]
#known list-value tags
#all tags should be either a known tag keys or written in standard format <GROUP:TagName>
lists: ["creator","keywords","creatorTitle","personInImage","copyrightOwner",
"IPTC:Contact",
"IPTC:Writer-Editor",
"XMP:Contributor","XMP:TagsList","XMP:Publisher"]