Media tagger and organizer backend and GUI frontend. Hydron aims to be a much faster alternative to the Hydrus Network and is currently in early development.
Platforms: Linux, OSX, Win32, Win64
hydron
to start the server. See hydron -h
for more options.NB: Ubuntu patches to ffmpeg on some Ubuntu versions break image processing. If running on Ubuntu, please compile from unmodified ffmpeg sources using:
By default hydron uses SQLite3 but you might want to switch to a diffrent
DBMS like PostgreSQL for performance reasons. To do this copy the sample config
file docs/db_conf.json
into either ~/.hydron/
or %APPDATA%\hydron
,
depending on your OS, and configure appropriately.
go get -u -v github.com/bakape/hydron@HEAD
On Debian-based systems these can be installed with the following or similar:
apt-get install -y build-essential pkg-config libpth-dev libavcodec-dev libavutil-dev libavformat-dev libswscale-dev libgraphicsmagick1-dev ghostscript git golang
npm install
make
to compile the project