Changes between Initial Version and Version 1 of Ticket #532, comment 1


Ignore:
Timestamp:
Nov 8, 2012, 1:37:36 PM (11 years ago)
Author:
tryggvib

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #532, comment 1

    initial v1  
    1 Proposed fix in branch ''532-exif-creation-date'' on gitorious user tryggvi's clone:
     1Proposed fix in branch ''532-exif-creation-date'':
    22https://gitorious.org/~tryggvi/mediagoblin/tryggvi-mediagoblin/commits/532-exif-creation-date
     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)