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
```
2. Import some images
```
mediarepo --repo "path/to/your/repo" import "path/to/your/files/as/**/glob/*.png"
```
3. Start the daemon
```
mediarepo --repo "path/to/your/repo start
```
4. Open the mediarepo-ui and connect to the repository
## License
GPL-3