A media management tool
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.
 
 
 
 
 
 
Go to file
trivernis 5c53b57933
Reduce number of github workflow runs
Signed-off-by: trivernis <trivernis@protonmail.com>
2 years ago
.github/workflows Reduce number of github workflow runs 2 years ago
mediarepo-api Add single lookup for cd-tag-mappings for better performance 2 years ago
mediarepo-daemon Fix tags are not searched correctly when adding 2 years ago
mediarepo-ui Increment version to 0.13.2 2 years ago
.gitignore Improve release workflow 2 years ago
LICENSE Adjust dependency paths 2 years ago
README.md Adjust dependency paths 2 years ago

README.md

mediarepo

This repository is a work in progress


Mediarepo is a tool for managing media files. 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