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.
37 lines
860 B
Markdown
37 lines
860 B
Markdown
<h1 align="center">
|
|
mediarepo
|
|
</h1>
|
|
<p align="center">
|
|
<img src="https://github.com/Trivernis/mediarepo-ui/raw/main/src-tauri/icons/64x64.png"/>
|
|
</p>
|
|
<h3 align="center" style="color:red">This repository is a work in progress</h3>
|
|
|
|
- - -
|
|
|
|
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](https://github.com/hydrusnetwork/hydrus/).
|
|
|
|
## 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 |