Plz don't steal my webhook!
This commit is contained in:
145
ansible/roles/qbittorrent/templates/qbitmanage/config.yml
Normal file
145
ansible/roles/qbittorrent/templates/qbitmanage/config.yml
Normal file
@@ -0,0 +1,145 @@
|
||||
qbt:
|
||||
host: https://qbittorrent.local.mjwilson.org
|
||||
user:
|
||||
pass:
|
||||
|
||||
settings:
|
||||
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
|
||||
remote_dir: /data/torrents/
|
||||
cross_seed:
|
||||
recycle_bin: /data/torrents/.RecycleBin
|
||||
|
||||
cat:
|
||||
movies: /data/torrents/movies
|
||||
movies.cross-seed: /data/torrents/movies
|
||||
tv: /data/torrents/tv
|
||||
tv.cross-seed: /data/torrents/tv
|
||||
|
||||
tracker:
|
||||
hawke:
|
||||
tag: HUNO
|
||||
digitalcore:
|
||||
tag: DigitalCore
|
||||
myanonamouse:
|
||||
tag: MaM
|
||||
tleechreload:
|
||||
tag: TorrentLeech
|
||||
torrentleech:
|
||||
tag: TorrentLeech
|
||||
aither:
|
||||
tag: Aither
|
||||
nyaa:
|
||||
tag: Nyaa
|
||||
animetosho:
|
||||
tag: AnimeTosho
|
||||
immortalseed:
|
||||
tag: ImmortalSeed
|
||||
torrentseeds:
|
||||
tag: TorrentSeeds
|
||||
ops:
|
||||
tag: Orpheus
|
||||
rarbg:
|
||||
tag: RarBG
|
||||
reelflix:
|
||||
tag: ReelFlix
|
||||
blutopia:
|
||||
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: 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:
|
||||
|
||||
recyclebin:
|
||||
enabled: true
|
||||
empty_after_x_days: 3
|
||||
save_torrents: true
|
||||
split_by_category: false
|
||||
|
||||
orphaned:
|
||||
empty_after_x_days: 20
|
||||
exclude_patterns:
|
||||
- '**/.DS_Store'
|
||||
- '**/Thumbs.db'
|
||||
- '**/@eaDir'
|
||||
- '**/*.!qB'
|
||||
|
||||
webhooks:
|
||||
error:
|
||||
run_start:
|
||||
run_end: "https://webhooks.cheogram.com/{{ qbitmanage_webhook_endpoint }}"
|
||||
function:
|
||||
cross_seed:
|
||||
recheck:
|
||||
cat_update:
|
||||
tag_update:
|
||||
rem_unregistered:
|
||||
tag_tracker_error:
|
||||
rem_orphaned:
|
||||
tag_nohardlinks:
|
||||
cleanup_dirs:
|
||||
share_limits:
|
Reference in New Issue
Block a user