/mediaman

Media management server written in Go

Primary LanguageGo

Media Manager

Mediaman is a personal media management server that helps you manage your personal video files.

Mediaman can organize and automatically fetch metadata for your movies and tv shows (coming), and can also stream your media and transcode as needed (coming).

Building

Mediaman is configured to with a Makefile to build everything for you.

First, run make deps to load all of your dependencies. Then run make build run to build and run the server. The server will then run locally on port 8080.