mirror of
https://github.com/StuffAnThings/qbit_manage.git
synced 2025-09-10 07:06:33 +08:00
fix yml formatting of sample config
This commit is contained in:
parent
abe37bb5e4
commit
fd4e5b6448
1 changed files with 12 additions and 12 deletions
|
@ -1,23 +1,23 @@
|
|||
# qBittorrent parameters
|
||||
qbt:
|
||||
host: 'localhost:8080'
|
||||
user: 'username'
|
||||
pass: 'password'
|
||||
host: "localhost:8080"
|
||||
user: "username"
|
||||
pass: "password"
|
||||
|
||||
directory:
|
||||
# Do not remove these
|
||||
# Cross-seed var: </your/path/here/> #Output directory of cross-seed
|
||||
# Cross-seed var: </your/path/here/> #Output directory of cross-seed
|
||||
# root_dir var: </your/path/here/> #Root downloads directory used to check for orphaned files
|
||||
# <OPTIONAL> remote_dir var: </your/path/here/> # Path of docker host mapping of root_dir
|
||||
cross_seed: '/your/path/here/'
|
||||
root_dir: '/data/torrents/'
|
||||
remote_dir: '/mnt/user/data/torrents/'
|
||||
cross_seed: "/your/path/here/"
|
||||
root_dir: "/data/torrents/"
|
||||
remote_dir: "/mnt/user/data/torrents/"
|
||||
|
||||
# Category/Pathing Parameters
|
||||
cat:
|
||||
# <Category Name> : <save_path> #Path of your save directory. Can be a keyword or full path
|
||||
movies: '/data/torrents/Movies'
|
||||
tv: 'TV'
|
||||
movies: "/data/torrents/Movies"
|
||||
tv: "TV"
|
||||
|
||||
# Tag Parameters
|
||||
tags:
|
||||
|
@ -51,9 +51,9 @@ nohardlinks:
|
|||
max_ratio: 4.0
|
||||
#<OPTIONAL> seeding time var: Will set the torrent Maximum seeding time (min) until torrent is stopped from seeding
|
||||
max_seeding_time: 86400
|
||||
|
||||
|
||||
#Can have additional categories set with separate ratio/seeding times defined.
|
||||
series-completed:
|
||||
series-completed:
|
||||
#<OPTIONAL> exclude_tags var: Will exclude the following tags when searching through the category.
|
||||
exclude_tags:
|
||||
- Beyond-HD
|
||||
|
@ -63,4 +63,4 @@ nohardlinks:
|
|||
#<OPTIONAL> max_ratio var: Will set the torrent Maximum share ratio until torrent is stopped from seeding/uploading
|
||||
max_ratio: 4.0
|
||||
#<OPTIONAL> seeding time var: Will set the torrent Maximum seeding time (min) until torrent is stopped from seeding
|
||||
max_seeding_time: 86400
|
||||
max_seeding_time: 86400
|
||||
|
|
Loading…
Add table
Reference in a new issue