A collection of Windows drag-and-drop utilities for managing media files. Each tool is a standalone .NET 8 application - just drop files or folders onto the .exe to get started.
Prepares media files for long-term storage through compression, format standardization, date fixing, and extension correction. Supports 70+ media formats across images, video, and audio.
Restores original creation dates on media files by extracting dates from EXIF, XMP, filenames, and filesystem metadata, then writing them back consistently across all metadata standards.
AI-powered tagging tool that uses a local LLM (via Ollama) to analyze images and videos, then writes descriptive tags directly into file metadata. Fully offline, no cloud APIs.
All tools require Windows x64. Additional dependencies vary per tool:
| Dependency | Required By | Install |
|---|---|---|
| FFmpeg | Archiver, Tagger | Download |
| ExifTool | Tagger, Date Restorer | Download |
| Ollama | Tagger | Download |
Each tool has its own .sln file. Requires .NET 8 SDK.
cd eds-media-archiver
dotnet publish -c ReleaseOutput goes to bin/Release/net8.0/win-x64/publish/.
Contributions are welcome! Feel free to open an issue or submit a pull request.