You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mediarepo/mediarepo-daemon
trivernis e0618b5781 Add basic sorting by tags and file properties
It's currently very slow. I have to write a bulk query to retrieve all
files with tags to speed it up.

Signed-off-by: trivernis <trivernis@protonmail.com>
3 years ago
..
logs Add tracing output instead of log 3 years ago
mediarepo-core Add tracing and optional firechart analysis 3 years ago
mediarepo-database Add basic sorting by tags and file properties 3 years ago
mediarepo-model Improve thunmbnail generation 3 years ago
mediarepo-socket Add basic sorting by tags and file properties 3 years ago
src Improve thunmbnail generation 3 years ago
.gitignore Add tracing and optional firechart analysis 3 years ago
Cargo.lock Add basic sorting by tags and file properties 3 years ago
Cargo.toml Improve thunmbnail generation 3 years ago
LICENSE Create LICENSE 3 years ago
README.md Change name of repo in readme 3 years ago

README.md

mediarepo-daemon

This repository is a work in progress


This repository contains a media repository daemon that allows one to manage their media (mainly images). It works similar to image boards (boorus) as it allows one to assign tags to media entries and search for entries by using those tags. It is heavily inspired by hydrus.

Usage

  1. Initialize an empty repository
mediarepo --repo "where/your/repo/should/be" init
  1. Import some images
mediarepo --repo "path/to/your/repo" import "path/to/your/files/as/**/glob/*.png"
  1. Start the daemon
mediarepo --repo "path/to/your/repo start
  1. Open the mediarepo-ui and connect to the repository

License

GPL-3