Skip to content

report

Regenerate the HTML timeline report from the existing plan.

media-ingest report [OPTIONS]

report reads .ingest/plan.json and rewrites .ingest/report.html. plan already builds the report every time it runs, so you only need this command to regenerate the report on its own, for example after you have deleted report.html or want a fresh copy without recomputing the plan.

Options

  • --root points at a specific project directory.

Example

media-ingest report
Report: /Volumes/T7/PROJECTS/2026-03_my-trip/.ingest/report.html

Then open it:

open .ingest/report.html

What the report is

The report is a single self-contained HTML file with no external dependencies, so you can open it straight from disk or hand it to someone else. It lays out each day as a set of device swimlanes and is the visual quality-control step before you apply. For a full tour of its features, including the day filter chips, drag-to-zoom, tooltips, and table view, see the timeline report page.

If you change the plan (by editing config and re-running plan), the report is rebuilt automatically, so you rarely need to call report directly.