Organize Tab¶
The Organize tab provides four project cleanup tools.
Mirror Folder Structure¶
Recreates the source file paths of selected items as bin hierarchies inside a new REORG_<timestamp> bin.
How it works:
- Select items in the Project Panel.
- Click Mirror Selected Items.
- Scrub reads the source file path of each item and builds matching folder hierarchies inside a new bin.
- Items are moved into their corresponding folders.
Use case: Re-organize imported footage to match the original folder structure on disk.
Organize By Date Created¶
Sorts selected media items into date-based bins.
Settings:
| Field | Description |
|---|---|
| Base Bin Name | Parent bin for the date folders. Leave empty to use project root. |
| Date Structure | Format for the date folder names (8 options: DDMM through YYYYMMDD). |
How it works:
- Select items in the Project Panel.
- Set the base bin name and date format.
- Click Organize Selected.
- Scrub reads each item's creation date (from XMP metadata or file metadata) and moves it into a date-named bin.
Example: With base bin "Footage" and format YYYYMMDD:
Move Unused to _Not_Used¶
Scans all sequences to identify used media, then moves everything else into a _Not_Used bin at the project root.
How it works:
- Click Move Unused.
- A progress bar shows the scan progress.
- Scrub builds a set of all project items referenced in any sequence.
- Items not in that set are moved to
_Not_Used.
Use case: Clean up projects with large amounts of imported but unused footage.
Tip
Run this after picture lock to identify footage that was imported but never used in any sequence.
Delete Empty Bins¶
Scans the entire project and removes all bins that contain no items.
How it works:
- Click Delete Empty Bins.
- Scrub scans all bins in the project.
- Empty bins are removed.
Use case: Clean up after reorganizing or removing footage, which often leaves behind empty folder structures.