Skip to content

Commit

Permalink
Add SonyDateTime2 to mktags
Browse files Browse the repository at this point in the history
  • Loading branch information
fwsmit committed Jun 28, 2024
1 parent 59436c6 commit eeabf75
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions src/Tags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4186,8 +4186,6 @@ export interface MakerNotesTags {
/** ☆☆☆☆ ✔ Example: "n/a" */
SoftSkinEffect?: string
/** ☆☆☆☆ ✔ Example: "2023:05:24 15:18:25" */
SonyDateTime2?: ExifDateTime | string
/** ☆☆☆☆ ✔ Example: "2023:05:24 15:18:25" */
SonyDateTime?: ExifDateTime | string
/** ☆☆☆☆ ✔ Example: "1/82" */
SonyExposureTime?: string
Expand Down
1 change: 1 addition & 0 deletions src/update/mktags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ const RequiredTags: Record<string, { t: string; grp: string; value?: any }> = {
ShutterCount2: { t: "number", grp: "MakerNotes" },
ShutterCount3: { t: "number", grp: "MakerNotes" },
ShutterSpeed: { t: "string", grp: "Composite" },
SonyDateTime2: { t: "ExifDateTime | string", grp: "MakerNotes" },
SonyExposureTime: { t: "string", grp: "MakerNotes" },
SonyFNumber: { t: "number", grp: "MakerNotes" },
SonyISO: { t: "number", grp: "MakerNotes" },
Expand Down

0 comments on commit eeabf75

Please sign in to comment.