156 lines
3.2 KiB
YAML
156 lines
3.2 KiB
YAML
commands:
|
|
share_limits: True
|
|
|
|
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
|
|
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
|
|
|
|
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:
|
|
|
|
share_limits:
|
|
public_trackers:
|
|
priority: 10
|
|
include_any_tags:
|
|
- Nyaa
|
|
- AnimeTosho
|
|
max_ratio: 2
|
|
max_seeding_time: 21600 # 15 days
|
|
cleanup: true
|
|
add_group_to_tag: false
|
|
|
|
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:
|