diff --git a/Config-Setup.md b/Config-Setup.md index 3247ae3..b8a6872 100644 --- a/Config-Setup.md +++ b/Config-Setup.md @@ -25,16 +25,17 @@ qbt: pass: "password" 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. directory: # Do not remove these - # Cross-seed var: # Output directory of cross-seed - # root_dir var: # Root downloads directory used to check for orphaned files, noHL, and RecycleBin. - # remote_dir var: # Path of docker host mapping of root_dir. + # Cross-seed var: # Output directory of cross-seed + # root_dir var: # Root downloads directory used to check for orphaned files, noHL, and RecycleBin. + # remote_dir var: # Path of docker host mapping of root_dir. # Must be set if you're running qbit_manage locally and qBittorrent/cross_seed is in a docker - # recycle_bin var: # Path of the RecycleBin folder. Default location is set to remote_dir/.RecycleBin - # torrents_dir var: # Path of the your qbittorrent torrents directory. Required for `save_torrents` attribute in recyclebin + # recycle_bin var: # Path of the RecycleBin folder. Default location is set to remote_dir/.RecycleBin + # torrents_dir var: # Path of the your qbittorrent torrents directory. Required for `save_torrents` attribute in recyclebin cross_seed: "/your/path/here/" root_dir: "/data/torrents/" @@ -44,7 +45,7 @@ directory: # Category & Path Parameters cat: - # : # Path of your save directory. + # : # Path of your save directory. movies: "/data/torrents/Movies" tv: "/data/torrents/TV" @@ -201,6 +202,7 @@ webhooks: cat_update: apprise tag_update: notifiarr rem_unregistered: notifiarr + tag_tracker_error: notifiarr rem_orphaned: notifiarr tag_nohardlinks: notifiarr empty_recyclebin: notifiarr