Skip to content
hyperpolymath edited this page Aug 8, 2026 · 1 revision

Getting Started

Let's get started with The Metadatastician. First, you need to understand that this tool operates on the principle of metadata pipelines. A pipeline consists of an ingestor, an analyzer, and an exporter.

Quick Start

To analyse a directory of photos, simply run:

metadatastician analyze --dir ./photos --output report.json

This command will recurse through the directory, read all EXIF and XMP data, and provide a JSON report.

Clone this wiki locally