When "By Shooting Time" is selected, in order to sort files, this application
@@ -7,18 +10,37 @@
Note that folders are sorted by their names since there is no concept of "Shooting Time" of folders.
-
-
-
Below are details for reference:
-
DateTimeOriginal in EXIF is the most trustworthy information about the time when the photo was taken.
-
DateTimeOriginal is written in most JPEG/HEIF/TIFF files by most cameras, but sometime it is missing.
-
The modified time always exists for files, and the modified time is often the time when the photo was taken,
- so the modified time is used when DateTimeOriginal is not available.
-
Also, files other than JPEG/HEIF/TIFF do not have EXIF in the first place, so the modified time is used for such files.
-
+
+
+
+ @if (detailsOpenState()) {
+
+
Below are details for reference:
+
DateTimeOriginal in EXIF is the most trustworthy information about the time when the photo was taken.
+
DateTimeOriginal is written in most JPEG/HEIF/TIFF files by most cameras, but sometime it is missing.
+
The modified time of the file is often the time when the photo was taken,
+ so the modified time is used as an alternative when DateTimeOriginal is missing.
+
Also, files other than JPEG/HEIF/TIFF do not have EXIF in the first place, so the modified time is always used for such files.