Skip to content

Commit

Permalink
Qbitmanage: Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Heavybullets8 committed Dec 14, 2024
1 parent edffcb0 commit 8be95c9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 21 deletions.
30 changes: 11 additions & 19 deletions kubernetes/apps/media/qbittorrent/qbitmanage/config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,22 @@ qbt:
pass:

settings:
force_auto_tmm: true
force_auto_tmm_ignore_tags:
- Upload
- cross-seed
force_auto_tmm: true
tracker_error_tag: issue
nohardlinks_tag: noHL
share_limits_tag: ~share_limit
ignoreTags_OnUpdate:
- noHL
- issue
- cross-seed
share_limits_min_seeding_time_tag: MinSeedTimeNotReached
share_limits_min_num_seeds_tag: MinSeedsNotMet
share_limits_last_active_tag: LastActiveLimitNotReached
cross_seed_tag: cross-seed
cat_update_all: true
cat_filter_completed: true
share_limits_filter_completed: true
tag_nohardlinks_filter_completed: true
force_retag_all: false
cat_update_all: true

directory:
root_dir: /media/download/torrent
remote_dir: /media/download/torrent
Expand All @@ -39,31 +35,26 @@ cat:
manga: /media/download/torrent/categories/manga
manual: /media/download/torrent/categories/manual


tracker: {{ .QBITMANAGE_TRACKERS | nindent 2 }}


nohardlinks:
- movies:
exclude_tags:
- MaM
- series:
- imported:
exclude_tags:
- MaM

recyclebin:
enabled: true
empty_after_x_days: 3
save_torrents: false
split_by_category: false

share_limits:
noHL:
include_all_tags:
- noHL
max_seeding_time: 90d
cleanup: true

recyclebin:
enabled: true
empty_after_x_days: 3
save_torrents: false
split_by_category: false

orphaned:
empty_after_x_days: 3
exclude_patterns:
Expand Down Expand Up @@ -92,3 +83,4 @@ webhooks:
tag_nohardlinks: notifiarr
share_limits: notifiarr
cleanup_dirs: notifiarr

2 changes: 0 additions & 2 deletions kubernetes/apps/media/qbittorrent/qbitmanage/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@ spec:
env:
TZ: *timeZone
QBT_CONFIG: "/config/config.yaml"
QBT_CAT_UPDATE: false
QBT_CROSS_SEED: false
QBT_DIVIDER: '='
QBT_DRY_RUN: false
QBT_LOG_LEVEL: INFO
QBT_RECHECK: true
Expand Down

0 comments on commit 8be95c9

Please sign in to comment.