Skip to content

ERGeorgiev/eds-media-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ed's Media Tools

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.

Tools

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.

Prerequisites

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

Building from Source

Each tool has its own .sln file. Requires .NET 8 SDK.

cd eds-media-archiver
dotnet publish -c Release

Output goes to bin/Release/net8.0/win-x64/publish/.

Contributing

Contributions are welcome! Feel free to open an issue or submit a pull request.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Contributors