Fixed qbitmanage not deleting noHL torrents
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
- overseerr
|
- overseerr
|
||||||
- ntfy
|
- ntfy
|
||||||
- gluetun
|
- gluetun
|
||||||
- name: recyclarr
|
- name: qbittorrent
|
||||||
tags: test
|
tags: test
|
||||||
- nextcloud
|
- nextcloud
|
||||||
- readarr
|
- readarr
|
||||||
@@ -32,7 +32,7 @@
|
|||||||
- slskd
|
- slskd
|
||||||
- navidrome
|
- navidrome
|
||||||
- lidarr
|
- lidarr
|
||||||
- qbittorrent
|
- recyclarr
|
||||||
- searxng
|
- searxng
|
||||||
- synapse
|
- synapse
|
||||||
- rimgo
|
- rimgo
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
commands:
|
commands:
|
||||||
share_limits: True
|
share_limits: True
|
||||||
dry_run: False
|
dry_run: True
|
||||||
schedule: 720
|
schedule: 720
|
||||||
recheck: True
|
recheck: True
|
||||||
tag_update: True
|
tag_update: True
|
||||||
@@ -9,7 +9,7 @@ commands:
|
|||||||
tag_nohardlinks: True
|
tag_nohardlinks: True
|
||||||
|
|
||||||
qbt:
|
qbt:
|
||||||
host: https://qbittorrent.local.mjwilson.org
|
host: "https://qbittorrent.local.{{ personal_domain }}"
|
||||||
user:
|
user:
|
||||||
pass:
|
pass:
|
||||||
|
|
||||||
@@ -77,50 +77,35 @@ tracker:
|
|||||||
tag: CRT
|
tag: CRT
|
||||||
|
|
||||||
nohardlinks:
|
nohardlinks:
|
||||||
movies:
|
- movies
|
||||||
cleanup: true
|
- movies.cross-seed
|
||||||
max_ratio: 4.0
|
- tv
|
||||||
max_seeding_time: 28800 # 20 days
|
- tv.cross-seed
|
||||||
min_seeding_time: 10080 # 7 days
|
- music
|
||||||
resume_torrent_after_untagging_noHL: true
|
- music.cross-seed
|
||||||
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:
|
|
||||||
|
|
||||||
share_limits:
|
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:
|
public_trackers:
|
||||||
priority: 10
|
priority: 10
|
||||||
include_any_tags:
|
include_any_tags:
|
||||||
@@ -131,6 +116,7 @@ share_limits:
|
|||||||
cleanup: true
|
cleanup: true
|
||||||
add_group_to_tag: false
|
add_group_to_tag: false
|
||||||
|
|
||||||
|
|
||||||
recyclebin:
|
recyclebin:
|
||||||
enabled: true
|
enabled: true
|
||||||
empty_after_x_days: 3
|
empty_after_x_days: 3
|
||||||
|
Reference in New Issue
Block a user