aboutsummaryrefslogtreecommitdiff
path: root/etc/tags.conf
blob: 9645210d778a1c38f09ba15304077cb7f2ebdbd0 (plain)
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
48
49
50
51
52
53
54
55
56
57
58
59
60
#######################################################################
##
## This is configuration file for RenRot. See commented variables for defaults.
##
## Note: These variables can be overriden by command line options.
##

# The commentary filename to put to Comment tag. Default is undefined.
#TagFile = Comment: ~/renrot/comment.tag

# The file containing the copyright, if you prefer the copyright as
# string, than define it as Tag
#TagFile = Copyright [EXIF]: ~/.renrot/copyright.tag

# The commentary to put to UserComment tag. Default is undefined.
# (This option could be overriden by --user-comment parameter)
#Tag = UserComment: 'User commentary here'

#######################################################################
#
# Personal information could be set to XMP tags. Default is undefined.
#
#Tag = CreatorContactInfoCiAdrCity [XMP]: 'Here Is Your City'
#Tag = CreatorContactInfoCiAdrCtry [XMP]: 'Here Is Your Country'
#Tag = CreatorContactInfoCiAdrExtadr [XMP]: 'Here Is Your Apartments'
#Tag = CreatorContactInfoCiAdrPcode [XMP]: 'Here Is Your Zip Code'
#Tag = CreatorContactInfoCiAdrRegion [XMP]: 'Here Is Your Region'
#Tag = CreatorContactInfoCiEmailWork [XMP]: 'Here Is Your Email'
#Tag = CreatorContactInfoCiTelWork [XMP]: 'Here Is Your Phone'
#Tag = CreatorContactInfoCiUrlWork [XMP]: 'Here Is Your URL'

#Tag = Artist [EXIF]: 'Here Is Artist'
#Tag = ImageDescription [EXIF]: 'Here Is Image description'

#######################################################################
#
# GPS Tags.
# (For more info, consult
# http://www.sno.phy.queensu.ca/~phil/exiftool/TagNames/GPS.html)
# Following sample is given for Donetsk, UA (the home city of the authors):
#
#Tag = GPSLatitudeRef [GPS]: 'N'	# N for Noth and S for South
#Tag = GPSLatitude [GPS]: '48 00 00'	# in form "%d %.2f %.2f"
#Tag = GPSLongitudeRef [GPS]: 'E'	# E for East and W for West
#Tag = GPSLongitude [GPS]: '37 45 00'	# in form "%d %.2f %.2f"
#Tag = GPSAltitudeRef [GPS]: 'above'    # above for Above, bellow for Bellow
#Tag = GPSAltitude [GPS]: '225'		# in form "%d"
#Tag = GPSDateStamp [GPS]: ''		# in form "YYYY:MM:DD"
#Tag = GPSDateStamp [GPS]: ''		# in form "HH MM SS"

#######################################################################
#
# TAGs:
#
# You can add any known tag here in the following format:
#Tag = KnownTagName [TagGroup]: 'Value of the tag'
#
# Or from a file:
#TagFile = KnownTagName [TagGroup]: /etc/renrot/knowntagname.tag

Return to:

Send suggestions and report system problems to the System administrator.