macOS Apple Silicon
curl -fsSL https://raw.githubusercontent.com/michael6gledhill/Photo_Metadata_App_By_Gledhill/main/install_m1.py | python3
Everything you need to install the app, understand EXIF/XMP metadata, and build reusable naming patterns.
Choose the command that matches your platform.
curl -fsSL https://raw.githubusercontent.com/michael6gledhill/Photo_Metadata_App_By_Gledhill/main/install_m1.py | python3
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'))
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
Jump straight to the topic you need.
Step-by-step setup for macOS, Windows, Linux, and manual installation.
Open guideEXIF and XMP field descriptions, examples, and best practices.
Open guideBuild powerful filename patterns with tokens, previews, and examples.
Open guideView the code, check releases, or open an issue on GitHub.
Open repositoryA plain HTML/CSS/JS documentation site built for fast browsing and easy publishing.