Fixed qbitmanage not deleting noHL torrents

This commit is contained in:
Mike Wilson
2024-03-12 17:28:43 -04:00
parent 9af52acf8e
commit f5256ffa66
2 changed files with 32 additions and 46 deletions

View File

@@ -1,6 +1,6 @@
commands:
share_limits: True
dry_run: False
dry_run: True
schedule: 720
recheck: True
tag_update: True
@@ -9,7 +9,7 @@ commands:
tag_nohardlinks: True
qbt:
host: https://qbittorrent.local.mjwilson.org
host: "https://qbittorrent.local.{{ personal_domain }}"
user:
pass:
@@ -77,50 +77,35 @@ tracker:
tag: CRT
nohardlinks:
movies:
cleanup: true
max_ratio: 4.0
max_seeding_time: 28800 # 20 days
min_seeding_time: 10080 # 7 days
resume_torrent_after_untagging_noHL: true
exclude_tags:
movies.cross-seed:
cleanup: true
max_ratio: 4.0
max_seeding_time: 28800 # 20 days
min_seeding_time: 0
resume_torrent_after_untagging_noHL: true
exclude_tags:
tv:
cleanup: true
max_ratio: 4.0
max_seeding_time: 28800 # 20 days
min_seeding_time: 10080 # 7 days
resume_torrent_after_untagging_noHL: true
exclude_tags:
tv.cross-seed:
cleanup: true
max_ratio: 4.0
max_seeding_time: 28800 # 20 days
min_seeding_time: 0
resume_torrent_after_untagging_noHL: true
exclude_tags:
music:
cleanup: true
max_ratio: 4.0
max_seeding_time: 28800 # 20 days
min_seeding_time: 10080 # 7 days
resume_torrent_after_untagging_noHL: true
exclude_tags:
music.cross-seed:
cleanup: true
max_ratio: 4.0
max_seeding_time: 28800 # 20 days
min_seeding_time: 0
resume_torrent_after_untagging_noHL: true
exclude_tags:
- movies
- movies.cross-seed
- tv
- tv.cross-seed
- music
- music.cross-seed
share_limits:
noHL:
priority: 1
include_all_tags:
- noHL
exclude_tags:
- cross-seed
max_ratio: 4.0
max_seeding_time: 28800 # 20 days
min_seeding_time: 10080 # 7 days
cleanup: true
add_group_to_tag: false
noHL.cross-seed:
priority: 2
include_all_tags:
- noHL
- cross-seed
max_ratio: 4.0
max_seeding_time: 28800 # 20 days
min_seeding_time: 0
add_group_to_tag: false
public_trackers:
priority: 10
include_any_tags:
@@ -131,6 +116,7 @@ share_limits:
cleanup: true
add_group_to_tag: false
recyclebin:
enabled: true
empty_after_x_days: 3