From c341088adcd99bb58e5b586a392e50c9141d3573 Mon Sep 17 00:00:00 2001 From: bobokun Date: Wed, 31 May 2023 08:08:26 -0400 Subject: [PATCH] updates to config.yml.sample --- config/config.yml.sample | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/config/config.yml.sample b/config/config.yml.sample index be587e0..9427f9a 100755 --- a/config/config.yml.sample +++ b/config/config.yml.sample @@ -41,7 +41,6 @@ directory: # 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 - cross_seed: "/your/path/here/" root_dir: "/data/torrents/" remote_dir: "/mnt/user/data/torrents/" @@ -150,11 +149,11 @@ share_limits: # tags: # Filter the group based on one or more tags. Multiple tags are checked with an AND condition tags: - noHL - # exclude_tags: # Filter by excluding one or more tags. Multiple exclude_tags are checked with an AND condition + # exclude_tags: # 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 - # categories: # Filter by excluding one or more categories. Multiple exclude_tags are checked with an OR condition + # categories: # 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