mirror of
https://github.com/StuffAnThings/qbit_manage.git
synced 2024-11-10 17:47:13 +08:00
updates to config.yml.sample
This commit is contained in:
parent
8e842761fc
commit
c341088adc
1 changed files with 2 additions and 3 deletions
|
@ -41,7 +41,6 @@ directory:
|
|||
# Must be set if you're running qbit_manage locally and qBittorrent/cross_seed is in a docker
|
||||
# <OPTIONAL> recycle_bin var: </your/path/here/> # Path of the RecycleBin folder. Default location is set to remote_dir/.RecycleBin
|
||||
# <OPTIONAL> torrents_dir var: </your/path/here/> # Path of the your qbittorrent torrents directory. Required for `save_torrents` attribute in recyclebin
|
||||
|
||||
cross_seed: "/your/path/here/"
|
||||
root_dir: "/data/torrents/"
|
||||
remote_dir: "/mnt/user/data/torrents/"
|
||||
|
@ -150,11 +149,11 @@ share_limits:
|
|||
# <OPTIONAL> tags: <list> # Filter the group based on one or more tags. Multiple tags are checked with an AND condition
|
||||
tags:
|
||||
- noHL
|
||||
# <OPTIONAL> exclude_tags: <list> # Filter by excluding one or more tags. Multiple exclude_tags are checked with an AND condition
|
||||
# <OPTIONAL> exclude_tags: <list> # Filter by excluding one or more tags. Multiple exclude_tags are checked with an OR condition
|
||||
# This is useful to combine with the category filter to exclude one or more tags from an entire category
|
||||
exclude_tags:
|
||||
- Beyond-HD
|
||||
# <OPTIONAL> categories: <list> # Filter by excluding one or more categories. Multiple exclude_tags are checked with an OR condition
|
||||
# <OPTIONAL> categories: <list> # Filter by excluding one or more categories. Multiple categories are checked with an OR condition
|
||||
# Since one torrent can only be associated with a single category, multiple categories are checked with an OR condition
|
||||
categories:
|
||||
- RadarrComplete
|
||||
|
|
Loading…
Reference in a new issue