diff --git a/charts/stable/qbitmanage/Chart.yaml b/charts/stable/qbitmanage/Chart.yaml index 992c6f62b67..6e2d5ad1587 100644 --- a/charts/stable/qbitmanage/Chart.yaml +++ b/charts/stable/qbitmanage/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: ">=1.24.0-0" apiVersion: v2 name: qbitmanage -version: 5.0.14 +version: 5.0.15 appVersion: 4.0.6 description: This tool will help manage tedious tasks in qBittorrent and automate diff --git a/charts/stable/qbitmanage/questions.yaml b/charts/stable/qbitmanage/questions.yaml index 38f66e547f6..d722d648c07 100644 --- a/charts/stable/qbitmanage/questions.yaml +++ b/charts/stable/qbitmanage/questions.yaml @@ -59,6 +59,12 @@ questions: schema: type: boolean default: false + - variable: QBT_TAG_TRACKER_ERROR + label: QBT_TAG_TRACKER_ERROR + description: Use this to tag any torrents with tracker errors, such as unregistered torrents or unreachable trackers. + schema: + type: boolean + default: false - variable: QBT_REM_ORPHANED label: QBT_REM_ORPHANED description: Use this if you would like to remove orphaned files from your root_dir directory that are not referenced by any torrents. It will scan your root_dir directory and compare it with what is in qBittorrent. Any data not referenced in qBittorrent will be moved into /data/torrents/orphaned_data folder for you to review/delete. @@ -71,9 +77,21 @@ questions: schema: type: boolean default: false - - variable: QBT_SKIP_RECYCLE - label: QBT_SKIP_RECYCLE - description: Use this to skip emptying the Recycle Bin folder (/root_dir/.RecycleBin). + - variable: QBT_SHARE_LIMITS + label: QBT_SHARE_LIMITS + description: Control how torrent share limits are set depending on the priority of your grouping. This can apply a max ratio, seed time limits to your torrents or limit your torrent upload speed as well. Each torrent will be matched with the share limit group with the highest priority that meets the group filter criteria. Each torrent can only be matched with one share limit group. + schema: + type: boolean + default: false + - variable: QBT_SKIP_CLEANUP + label: QBT_SKIP_CLEANUP + description: Use this to skip emptying the Recycle Bin folder (/root_dir/.RecycleBin) and Orphaned directory. (/root_dir/orphaned_data) + schema: + type: boolean + default: false + - variable: QBT_SKIP_QB_VERSION_CHECK + label: QBT_SKIP_QB_VERSION_CHECK + description: Use this to bypass qBittorrent/libtorrent version compatibility check. You run the risk of undesirable behavior and will receive no support. schema: type: boolean default: false diff --git a/charts/stable/qbitmanage/values.yaml b/charts/stable/qbitmanage/values.yaml index a4edacedb94..fcb285faf75 100644 --- a/charts/stable/qbitmanage/values.yaml +++ b/charts/stable/qbitmanage/values.yaml @@ -44,9 +44,12 @@ workload: QBT_CAT_UPDATE: false QBT_TAG_UPDATE: false QBT_REM_UNREGISTERED: false + QBT_TAG_TRACKER_ERROR: false QBT_REM_ORPHANED: false QBT_TAG_NOHARDLINKS: false - QBT_SKIP_RECYCLE: false + QBT_SHARE_LIMITS: false + QBT_SKIP_CLEANUP: false + QBT_SKIP_QB_VERSION_CHECK: false QBT_DRY_RUN: false QBT_LOG_LEVEL: INFO QBT_DIVIDER: "="