Updated qbitmanage config
This commit is contained in:
52
ansible/roles/qbittorrent/files/qbitmanage/config.yml
Executable file → Normal file
52
ansible/roles/qbittorrent/files/qbitmanage/config.yml
Executable file → Normal file
@@ -4,13 +4,15 @@ qbt:
|
||||
pass:
|
||||
|
||||
settings:
|
||||
force_auto_tmm: false # Will force qBittorrent to enable Automatic Torrent Management for each torrent.
|
||||
force_auto_tmm: true # Will force qBittorrent to enable Automatic Torrent Management for each torrent.
|
||||
tracker_error_tag: issue # Will set the tag of any torrents that do not have a working tracker.
|
||||
ignoreTags_OnUpdate: # When running tag-update function, it will update torrent tags for a given torrent even if the torrent has one or more of the tags defined here.
|
||||
- noHL
|
||||
- issue
|
||||
- cross-seed
|
||||
|
||||
nohardlinks_tag: noHL
|
||||
share_limits_tag: ~share_limit
|
||||
directory:
|
||||
root_dir: /data/torrents
|
||||
torrents_dir: /torrents
|
||||
@@ -25,6 +27,8 @@ cat:
|
||||
tv.cross-seed: /data/torrents/tv
|
||||
|
||||
tracker:
|
||||
hawke:
|
||||
tag: HUNO
|
||||
digitalcore:
|
||||
tag: DigitalCore
|
||||
myanonamouse:
|
||||
@@ -45,8 +49,6 @@ tracker:
|
||||
tag: TorrentSeeds
|
||||
ops:
|
||||
tag: Orpheus
|
||||
t-ru:
|
||||
tag: RuTracker
|
||||
rarbg:
|
||||
tag: RarBG
|
||||
reelflix:
|
||||
@@ -55,70 +57,81 @@ tracker:
|
||||
tag: Blu
|
||||
lst:
|
||||
tag: LST
|
||||
speed:
|
||||
tag: Speed.CD
|
||||
alpharatio:
|
||||
tag: AlphaRatio
|
||||
filelist:
|
||||
tag: FileList
|
||||
skipthecommericals.xyz:
|
||||
tag: STC
|
||||
cathode:
|
||||
tag: CRT
|
||||
|
||||
anidex.moe:
|
||||
tag: anidex.moe
|
||||
nohardlinks:
|
||||
movies:
|
||||
cleanup: true
|
||||
max_ratio: 4.0
|
||||
max_seeding_time: 43200 # 30 days
|
||||
min_seeding_time: 43200
|
||||
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: 43200 # 30 days
|
||||
min_seeding_time: 43200
|
||||
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: 43200
|
||||
min_seeding_time: 43200
|
||||
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: 43200
|
||||
min_seeding_time: 43200
|
||||
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: 43200
|
||||
min_seeding_time: 43200
|
||||
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: 43200
|
||||
min_seeding_time: 43200
|
||||
max_seeding_time: 28800 # 20 days
|
||||
min_seeding_time: 0
|
||||
resume_torrent_after_untagging_noHL: true
|
||||
exclude_tags:
|
||||
|
||||
recyclebin:
|
||||
enabled: true
|
||||
empty_after_x_days: 7
|
||||
empty_after_x_days: 3
|
||||
save_torrents: true
|
||||
split_by_category: false
|
||||
|
||||
orphaned:
|
||||
empty_after_x_days: 30
|
||||
empty_after_x_days: 20
|
||||
exclude_patterns:
|
||||
- '**/.DS_Store'
|
||||
- '**/Thumbs.db'
|
||||
- '**/@eaDir'
|
||||
- /data/torrents/temp/**
|
||||
- '**/*.!qB'
|
||||
|
||||
webhooks:
|
||||
error:
|
||||
run_start:
|
||||
run_end:
|
||||
run_end: https://webhooks.cheogram.com/B1VXn9wEPr0FLDbD9_fOKtRWQo3FHIa7Ytgv
|
||||
function:
|
||||
cross_seed:
|
||||
recheck:
|
||||
@@ -129,3 +142,4 @@ webhooks:
|
||||
rem_orphaned:
|
||||
tag_nohardlinks:
|
||||
cleanup_dirs:
|
||||
share_limits:
|
||||
|
Reference in New Issue
Block a user