mirror of
https://github.com/nxshock/gallery.git
synced 2024-11-27 00:11:00 +05:00
23 lines
515 B
Markdown
23 lines
515 B
Markdown
|
# Gallery
|
||
|
|
||
|
Simple gallery.
|
||
|
|
||
|
## Usage
|
||
|
|
||
|
1. Create config file and set `WorkingDirectory`
|
||
|
2. Start program
|
||
|
|
||
|
```sh
|
||
|
gallery <path to config>
|
||
|
```
|
||
|
|
||
|
## Config structure
|
||
|
|
||
|
```toml
|
||
|
WorkingDirectory = "/home/user/pictures" # Working directory
|
||
|
Crf = 40 # Preview CRF
|
||
|
# from 1 - maximum quality
|
||
|
# to 63 - minimum preview cache size
|
||
|
ProcessCount = 4 # Preview generator threads
|
||
|
```
|