diff --git a/functions.py b/functions.py index 981b976..d067ec0 100644 --- a/functions.py +++ b/functions.py @@ -243,7 +243,11 @@ class Exif: if radiation: # Set new UserComment new_comment = 'Radiation ☢ : %s µS/h' % str(round(radiation, 2)) + metadata['Exif.Photo.UserComment'] = new_comment + metadata['Exif.Image.ImageDescription'] = new_comment + metadata['Iptc.Application2.Caption'] = [new_comment] + metadata['Xmp.dc.description'] = new_comment else: new_comment = None