> For the complete documentation index, see [llms.txt](https://docs.calibratedsoftware.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.calibratedsoftware.com/calibrated-spotlight-plugin-macos/spotlight-metadata-fields.md).

# Spotlight Metadata Fields

The following fields appear in Spotlight search and Finder’s **Get Info → More Info** panel.

***

### 🔹 **Technical Metadata** <a href="#technical-metadata" id="technical-metadata"></a>

|                  |                                            |
| ---------------- | ------------------------------------------ |
| **Format**       | MXF operational pattern                    |
| **Date Created** | Date created from file metadata            |
| **Video**        | Video codec                                |
| **Audio**        | Audio codec, bitrate, sample rate          |
| **Channels**     | Audio channels and tracks                  |
| **Resolution**   | Video resolution with aspect               |
| **Color Space**  | Color space and color range                |
| **TimeCode**     | Starting timecode value                    |
| **Frame Rate**   | Media frame rate                           |
| **Field Type**   | Frame type (only shown if not Progressive) |

***

### 🎬 **Production Metadata** <a href="#production-metadata" id="production-metadata"></a>

|                 |                                           |
| --------------- | ----------------------------------------- |
| **Company**     | Production company                        |
| **Production**  | Project or production title               |
| **Reel**        | Reel name or number                       |
| **Scene**       | Scene number                              |
| **Shot**        | Shot name or number                       |
| **Take**        | Take name or number                       |
| **Good Take**   | Indicates if Take is marked as GOOD       |
| **Director**    | Director name                             |
| **DP**          | Cinematographer / Director of Photography |
| **Location**    | Shooting location or set                  |
| **Comments**    | Production notes                          |
| **Description** | Clip or shot description                  |
| **Keywords**    | Searchable tags and keywords              |

***

### 🎥 **Camera Metadata** <a href="#camera-metadata" id="camera-metadata"></a>

|                     |                                    |
| ------------------- | ---------------------------------- |
| **Camera Model**    | Camera model and firmware          |
| **Camera Name**     | Camera letter (A-Cam, B-Cam, etc.) |
| **Camera Operator** | Operator name                      |
| **ISO**             | Exposure                           |
| **White Balance**   | Kelvin value                       |
| **Tint**            | WB tint                            |
| **Shutter Angle**   | Shutter angle (degrees)            |
| **Aperture**        | Lens aperture (f-stop or t-stop)   |
| **Lens Model**      | Lens model and specifications      |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.calibratedsoftware.com/calibrated-spotlight-plugin-macos/spotlight-metadata-fields.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
