| 3 | |
| 4 | * Adds a new config key (''original_date_visible'') in config_spec.ini with false as default. |
| 5 | * Adds an if conditional checking whether |
| 6 | * original_date_visible is set to true, |
| 7 | * if the media object contains a exif_all, |
| 8 | * ''and'' if EXIF !DateTimeOriginal is a key in the exif_all dictionary |
| 9 | * Prints out information under "Created on" and uses information on the format of the EXIF tag to format the date so that it is similar to the "Added on" date. |
| 10 | * Date is acquired through the printable key in the EXIF !DateTimeOriginal dictionary (it is assumed printable is always present (might be a mistake to make this assumption) |