> 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/troubleshooting.md).

# Troubleshooting

### Files Aren’t Appearing in Spotlight

1. **Verify Tin Man is installed in the /Applications folder**\
   (the plugin is inside the Calibrated Tin Man.app).
2. Allow **5–10 minutes** after installation for initial indexing. Very large media libraries may take longer.
3. Confirm the file format is supported (see Support Formats).
4. Verify drive is writeable by the System and is formatted as APFS (this is needed for metadata to be shown in 'Get Info' Finder windows)
5. Verify folder has indexing enabled:

   ```bash
   mdutil -s /path/to/folder
   ```
6. **Force Spotlight to reload the plugin:**

   ```bash
   mdimport -r /Applications/Calibrated Tin Man.app/Library/Spotlight/CalibratedSpotlight.mdimporter
   ```
7. **Reindex specific files or folders:**

   ```bash
   mdimport -i /path/to/media/folder/
   ```
8. **Check what metadata would be extracted** *(informational only)*:

   ```bash
   mdimport -t -d3 /path/to/file.R3D
   ```

***

### **How to Disable the Calibrated Spotlight Plugin**

If you prefer not to use Spotlight integration:

1. Open **System Settings**.
2. Navigate to **General → Login & Extensions**.
3. In the *Spotlight* section, click the **ⓘ (info icon)** next to **Calibrated Tin Man.app**.
4. Toggle **Spotlight** *off* for the Tin Man extension.


---

# 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/troubleshooting.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.
