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 603b182e9f
Adjust dependency paths
Signed-off-by: trivernis <trivernis@protonmail.com>
2 years ago
..
.cargo Add backend wildcard support 2 years ago
.github/workflows Update thumbnailer 3 years ago
mediarepo-core Adjust dependency paths 2 years ago
mediarepo-database Fix shutdown to close the repository instead of aborting completely 2 years ago
mediarepo-model Fix deletion not deleting thumbnails of file 2 years ago
mediarepo-socket Implement api to change the status of a file 2 years ago
src Fix shutdown to close the repository instead of aborting completely 2 years ago
.gitignore Rename crate to mediarepo-daemon 3 years ago
Cargo.lock Adjust dependency paths 2 years ago
Cargo.toml Update bromine 2 years ago
LICENSE Create LICENSE 3 years ago
README.md Adjust dependency paths 2 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.

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