📚 Documentation Hub

Photo Metadata Editor

Everything you need to install the app, understand EXIF/XMP metadata, and build reusable naming patterns.

4Core Guides
EXIF& XMP
HTMLStatic Site

Quick Install

Choose the command that matches your platform.

macOS Apple Silicon

curl -fsSL https://raw.githubusercontent.com/michael6gledhill/Photo_Metadata_App_By_Gledhill/main/install_m1.py | python3

Windows

Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process -Force
iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/michael6gledhill/Photo_Metadata_App_By_Gledhill/main/Install.ps1'))

Linux

git clone https://github.com/michael6gledhill/Photo_Metadata_App_By_Gledhill.git
cd Photo_Metadata_App_By_Gledhill
python3 -m pip install -r requirements.txt
python3 main.py

Guides

Jump straight to the topic you need.

Installation Guide

Step-by-step setup for macOS, Windows, Linux, and manual installation.

Open guide

Metadata Reference

EXIF and XMP field descriptions, examples, and best practices.

Open guide

Naming Conventions

Build powerful filename patterns with tokens, previews, and examples.

Open guide

Source & Updates

View the code, check releases, or open an issue on GitHub.

Open repository

About this site

A plain HTML/CSS/JS documentation site built for fast browsing and easy publishing.

Tip: Use the sidebar to jump between pages, or search above to filter the cards and sections on the current page.