mirror of
https://github.com/StuffAnThings/qbit_manage.git
synced 2025-11-11 00:41:34 +08:00
Merge pull request #239 from bakerboy448/patch-3
Update config.yml.sample
This commit is contained in:
commit
d0c24a2a45
1 changed files with 4 additions and 2 deletions
|
|
@ -25,7 +25,7 @@ qbt:
|
||||||
settings:
|
settings:
|
||||||
force_auto_tmm: False # Will force qBittorrent to enable Automatic Torrent Management for each torrent.
|
force_auto_tmm: False # Will force qBittorrent to enable Automatic Torrent Management for each torrent.
|
||||||
tracker_error_tag: issue # Will set the tag of any torrents that do not have a working tracker.
|
tracker_error_tag: issue # Will set the tag of any torrents that do not have a working tracker.
|
||||||
ignoreTags_OnUpdate: # When running tag-update function, it will update torrent tags for a given torrent even if the torrent has one or more of the tags defined here.
|
ignoreTags_OnUpdate: # When running tag-update function, it will update torrent tags for a given torrent even if the torrent has at least one or more of the tags defined here. Otherwise torrents will not be tagged if tags exist.
|
||||||
- noHL
|
- noHL
|
||||||
- issue
|
- issue
|
||||||
- cross-seed
|
- cross-seed
|
||||||
|
|
@ -62,6 +62,7 @@ cat_change:
|
||||||
|
|
||||||
|
|
||||||
tracker:
|
tracker:
|
||||||
|
# Mandatory
|
||||||
# Tag Parameters
|
# Tag Parameters
|
||||||
# <Tracker URL Keyword>: # <MANDATORY> This is the keyword in the tracker url
|
# <Tracker URL Keyword>: # <MANDATORY> This is the keyword in the tracker url
|
||||||
# <MANDATORY> Set tag name. Can be a list of tags or a single tag
|
# <MANDATORY> Set tag name. Can be a list of tags or a single tag
|
||||||
|
|
@ -206,6 +207,7 @@ orphaned:
|
||||||
- "**/@eaDir"
|
- "**/@eaDir"
|
||||||
- "/data/torrents/temp/**"
|
- "/data/torrents/temp/**"
|
||||||
- "**/*.!qB"
|
- "**/*.!qB"
|
||||||
|
- '**/_unpackerred'
|
||||||
|
|
||||||
apprise:
|
apprise:
|
||||||
# Apprise integration with webhooks
|
# Apprise integration with webhooks
|
||||||
|
|
@ -229,7 +231,7 @@ webhooks:
|
||||||
# Set value to notifiarr if using notifiarr integration
|
# Set value to notifiarr if using notifiarr integration
|
||||||
# Set value to apprise if using apprise integration
|
# Set value to apprise if using apprise integration
|
||||||
# Set value to a valid webhook URL
|
# Set value to a valid webhook URL
|
||||||
# Leave Empty/Blank to disable
|
# Set value to nothing (leave Empty/Blank) to disable
|
||||||
error: https://mywebhookurl.com/qbt_manage
|
error: https://mywebhookurl.com/qbt_manage
|
||||||
run_start: notifiarr
|
run_start: notifiarr
|
||||||
run_end: apprise
|
run_end: apprise
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue