mirror of
https://github.com/hkalexling/Mango.git
synced 2025-08-05 12:25:32 -04:00
Add base url and rename rules to README [skip ci]
This commit is contained in:
parent
60609263ab
commit
487154e68c
11
README.md
11
README.md
@ -64,17 +64,20 @@ The default config file location is `~/.config/mango/config.yml`. It might be di
|
|||||||
```yaml
|
```yaml
|
||||||
---
|
---
|
||||||
port: 9000
|
port: 9000
|
||||||
library_path: /home/alex_ling/mango/library
|
base_url: /
|
||||||
upload_path: /home/alex_ling/mango/uploads
|
library_path: ~/mango/library
|
||||||
db_path: /home/alex_ling/mango/mango.db
|
db_path: ~/mango/mango.db
|
||||||
scan_interval_minutes: 5
|
scan_interval_minutes: 5
|
||||||
log_level: info
|
log_level: info
|
||||||
|
upload_path: ~/mango/uploads
|
||||||
mangadex:
|
mangadex:
|
||||||
base_url: https://mangadex.org
|
base_url: https://mangadex.org
|
||||||
api_url: https://mangadex.org/api
|
api_url: https://mangadex.org/api
|
||||||
download_wait_seconds: 5
|
download_wait_seconds: 5
|
||||||
download_retries: 4
|
download_retries: 4
|
||||||
download_queue_db_path: /home/alex_ling/mango/queue.db
|
download_queue_db_path: ~/mango/queue.db
|
||||||
|
chapter_rename_rule: '[Vol.{volume} ][Ch.{chapter} ]{title|id}'
|
||||||
|
manga_rename_rule: '{title}'
|
||||||
```
|
```
|
||||||
|
|
||||||
- `scan_interval_minutes` can be any non-negative integer. Setting it to `0` disables the periodic scan
|
- `scan_interval_minutes` can be any non-negative integer. Setting it to `0` disables the periodic scan
|
||||||
|
Loading…
x
Reference in New Issue
Block a user