> 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/tin-man/tin-man-desktop/playback-panels/copy-manager.md).

# Copy Manager

<figure><img src="/files/nLKkrIiHCTJNud9LlPT3" alt=""><figcaption></figcaption></figure>

## Copy Manager Panel

The Copy Manager copies media to one or more destinations with checksum verification, generating an MHL v1.1 manifest for each destination so the copy can be verified by post houses and downstream tools.

### Adding Files

To add media to the copy queue:

* Click the **Add Files** icon at the bottom-left of the window
* Or drag and drop files or folders directly into the queue

Folders are added recursively, preserving their structure at the destination. The global destination is shown at the bottom-right of the window and defaults to your Desktop. Click it to choose a different destination folder.

### Queue Columns

* **Name** - The source file name.
* **Size** - The file size.
* **Status** - Current state of the copy (queued, copying, verifying, complete, or error).
* **Progress** - Per-file copy progress.
* **Destination** - The output path for that file.

The header above the queue shows total elapsed time and the file count. Click the **Start** button at the top-right to begin copying.

### Right-Click Menu

Right-click any item in the queue for additional options:

* **Show Source In Explorer** - Reveal the source file in the OS file browser.
* **Show Output In Explorer** - Reveal the copied output file.
* **Show Dest. Folder In Explorer** - Open the destination folder.
* **Set Custom Destination** - Assign a specific destination to the selected items, overriding the global destination.
* **Select All** - Select every item in the queue.
* **Reset Selected** - Return selected items to a queued state so they copy again.
* **Remove Selected** - Remove selected items from the queue.
* **Remove Completed** - Remove all finished items.
* **Remove All** - Clear the entire queue.

### Toolbar

The bottom toolbar provides quick access to:

* **Add Files** - Add files or folders to the queue.
* **Clear Completed** - Remove all finished items from the queue.
* **Remove Selected** - Remove the currently selected items.
* **Global Destination** (bottom right) - Click it to choose a different destination folder.

### Verification & MHL

Each file is hashed at the source, copied, then hashed again at the destination and compared to confirm an exact match. When a copy job completes, an MHL v1.1 manifest is written to the root of each destination, listing every file with its size, checksum, and copy timestamps. Copying to multiple destinations produces a separate manifest per destination.

&#x20;


---

# 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:

```
GET https://docs.calibratedsoftware.com/tin-man/tin-man-desktop/playback-panels/copy-manager.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
