Common Date/Time Codes
| Code | Meaning | Example |
|---|---|---|
| %Y | 4-digit year | 2026 |
| %m | Month | 04 |
| %d | Day | 02 |
| %H | Hour | 16 |
| %M | Minutes | 34 |
| %S | Seconds | 58 |
Use this guide to understand the metadata fields supported by Photo Metadata Editor.
Many fields support date/time formatting for timestamps and filename-friendly values.
| Code | Meaning | Example |
|---|---|---|
| %Y | 4-digit year | 2026 |
| %m | Month | 04 |
| %d | Day | 02 |
| %H | Hour | 16 |
| %M | Minutes | 34 |
| %S | Seconds | 58 |
%Y-%m-%d %H:%M:%S
%Y%m%d_%H%M%S
%B %d, %Y
Use these in `DateTime` fields or filename patterns that rely on timestamps.
The most commonly used fields in this app.
| Field | Purpose | Example |
|---|---|---|
| Artist | Photographer/creator name | Alex Smith |
| Copyright | Ownership statement | © 2026 Example Media |
| ImageDescription | Short description | Sunset over mountains |
| DateTime | Capture date/time | 2026:04:02 16:34:58 |
| Field | Purpose | Example |
|---|---|---|
| title | Photo title | Annual Tech Summit |
| description | Longer description | Keynote sessions... |
| creator | Creator name | Alex Smith |
| subject | Keywords / tags | ["conference", "2026"] |
| rights | Copyright info | Example Media |
| Headline | Caption / headline | Opening Day |
Camera and descriptive fields commonly found in JPEG and TIFF images.
The photographer or creator name. Great for credits and ownership tracking.
"Artist": "Alex Smith"Copyright notice and ownership statement.
"Copyright": "© 2026 Example Media"A concise summary of what the image shows.
"ImageDescription": "Sunset over the bay"The original capture date/time using `YYYY:MM:DD HH:MM:SS`.
"DateTime": "2026:04:02 16:34:58"Camera manufacturer and model.
"Make": "Canon"
"Model": "Canon EOS R5"Optional lens information when it is available in the file.
"LensModel": "RF24-70mm F2.8 L IS USM"Rich descriptive metadata, keywords, and headline fields.
Use `title` for a short label and `description` for a fuller summary.
"title": "Annual Tech Summit"
"description": "Keynote sessions and product demos"`creator` stores a person or organization; `subject` is perfect for keywords.
"creator": "Alex Smith"
"subject": ["conference", "2026", "metropolis"]Use `rights` for legal ownership and `Headline` for caption-style text.
"rights": "Example Media"
"Headline": "Opening Day at the Summit"Optional XMP rating when supported by the source file and workflow.
"Rating": 5A few practical habits that keep metadata tidy.