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:
|
pass:
|
||||||
|
|
||||||
settings:
|
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.
|
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.
|
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
|
- noHL
|
||||||
- issue
|
- issue
|
||||||
- cross-seed
|
- cross-seed
|
||||||
|
|
||||||
|
nohardlinks_tag: noHL
|
||||||
|
share_limits_tag: ~share_limit
|
||||||
directory:
|
directory:
|
||||||
root_dir: /data/torrents
|
root_dir: /data/torrents
|
||||||
torrents_dir: /torrents
|
torrents_dir: /torrents
|
||||||
@@ -25,6 +27,8 @@ cat:
|
|||||||
tv.cross-seed: /data/torrents/tv
|
tv.cross-seed: /data/torrents/tv
|
||||||
|
|
||||||
tracker:
|
tracker:
|
||||||
|
hawke:
|
||||||
|
tag: HUNO
|
||||||
digitalcore:
|
digitalcore:
|
||||||
tag: DigitalCore
|
tag: DigitalCore
|
||||||
myanonamouse:
|
myanonamouse:
|
||||||
@@ -45,8 +49,6 @@ tracker:
|
|||||||
tag: TorrentSeeds
|
tag: TorrentSeeds
|
||||||
ops:
|
ops:
|
||||||
tag: Orpheus
|
tag: Orpheus
|
||||||
t-ru:
|
|
||||||
tag: RuTracker
|
|
||||||
rarbg:
|
rarbg:
|
||||||
tag: RarBG
|
tag: RarBG
|
||||||
reelflix:
|
reelflix:
|
||||||
@@ -55,70 +57,81 @@ tracker:
|
|||||||
tag: Blu
|
tag: Blu
|
||||||
lst:
|
lst:
|
||||||
tag: 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:
|
nohardlinks:
|
||||||
movies:
|
movies:
|
||||||
cleanup: true
|
cleanup: true
|
||||||
max_ratio: 4.0
|
max_ratio: 4.0
|
||||||
max_seeding_time: 43200 # 30 days
|
max_seeding_time: 28800 # 20 days
|
||||||
min_seeding_time: 43200
|
min_seeding_time: 10080 # 7 days
|
||||||
resume_torrent_after_untagging_noHL: true
|
resume_torrent_after_untagging_noHL: true
|
||||||
exclude_tags:
|
exclude_tags:
|
||||||
movies.cross-seed:
|
movies.cross-seed:
|
||||||
cleanup: true
|
cleanup: true
|
||||||
max_ratio: 4.0
|
max_ratio: 4.0
|
||||||
max_seeding_time: 43200 # 30 days
|
max_seeding_time: 28800 # 20 days
|
||||||
min_seeding_time: 43200
|
min_seeding_time: 0
|
||||||
resume_torrent_after_untagging_noHL: true
|
resume_torrent_after_untagging_noHL: true
|
||||||
exclude_tags:
|
exclude_tags:
|
||||||
tv:
|
tv:
|
||||||
cleanup: true
|
cleanup: true
|
||||||
max_ratio: 4.0
|
max_ratio: 4.0
|
||||||
max_seeding_time: 43200
|
max_seeding_time: 28800 # 20 days
|
||||||
min_seeding_time: 43200
|
min_seeding_time: 10080 # 7 days
|
||||||
resume_torrent_after_untagging_noHL: true
|
resume_torrent_after_untagging_noHL: true
|
||||||
exclude_tags:
|
exclude_tags:
|
||||||
tv.cross-seed:
|
tv.cross-seed:
|
||||||
cleanup: true
|
cleanup: true
|
||||||
max_ratio: 4.0
|
max_ratio: 4.0
|
||||||
max_seeding_time: 43200
|
max_seeding_time: 28800 # 20 days
|
||||||
min_seeding_time: 43200
|
min_seeding_time: 0
|
||||||
resume_torrent_after_untagging_noHL: true
|
resume_torrent_after_untagging_noHL: true
|
||||||
exclude_tags:
|
exclude_tags:
|
||||||
music:
|
music:
|
||||||
cleanup: true
|
cleanup: true
|
||||||
max_ratio: 4.0
|
max_ratio: 4.0
|
||||||
max_seeding_time: 43200
|
max_seeding_time: 28800 # 20 days
|
||||||
min_seeding_time: 43200
|
min_seeding_time: 10080 # 7 days
|
||||||
resume_torrent_after_untagging_noHL: true
|
resume_torrent_after_untagging_noHL: true
|
||||||
exclude_tags:
|
exclude_tags:
|
||||||
music.cross-seed:
|
music.cross-seed:
|
||||||
cleanup: true
|
cleanup: true
|
||||||
max_ratio: 4.0
|
max_ratio: 4.0
|
||||||
max_seeding_time: 43200
|
max_seeding_time: 28800 # 20 days
|
||||||
min_seeding_time: 43200
|
min_seeding_time: 0
|
||||||
resume_torrent_after_untagging_noHL: true
|
resume_torrent_after_untagging_noHL: true
|
||||||
exclude_tags:
|
exclude_tags:
|
||||||
|
|
||||||
recyclebin:
|
recyclebin:
|
||||||
enabled: true
|
enabled: true
|
||||||
empty_after_x_days: 7
|
empty_after_x_days: 3
|
||||||
save_torrents: true
|
save_torrents: true
|
||||||
split_by_category: false
|
split_by_category: false
|
||||||
|
|
||||||
orphaned:
|
orphaned:
|
||||||
empty_after_x_days: 30
|
empty_after_x_days: 20
|
||||||
exclude_patterns:
|
exclude_patterns:
|
||||||
- '**/.DS_Store'
|
- '**/.DS_Store'
|
||||||
- '**/Thumbs.db'
|
- '**/Thumbs.db'
|
||||||
- '**/@eaDir'
|
- '**/@eaDir'
|
||||||
- /data/torrents/temp/**
|
|
||||||
- '**/*.!qB'
|
- '**/*.!qB'
|
||||||
|
|
||||||
webhooks:
|
webhooks:
|
||||||
error:
|
error:
|
||||||
run_start:
|
run_start:
|
||||||
run_end:
|
run_end: https://webhooks.cheogram.com/B1VXn9wEPr0FLDbD9_fOKtRWQo3FHIa7Ytgv
|
||||||
function:
|
function:
|
||||||
cross_seed:
|
cross_seed:
|
||||||
recheck:
|
recheck:
|
||||||
@@ -129,3 +142,4 @@ webhooks:
|
|||||||
rem_orphaned:
|
rem_orphaned:
|
||||||
tag_nohardlinks:
|
tag_nohardlinks:
|
||||||
cleanup_dirs:
|
cleanup_dirs:
|
||||||
|
share_limits:
|
||||||
|
Reference in New Issue
Block a user