Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save bakerboy448/0835f9542edba6983ce6aff388c6ba8e to your computer and use it in GitHub Desktop.
Save bakerboy448/0835f9542edba6983ce6aff388c6ba8e to your computer and use it in GitHub Desktop.
#commands:
# The commands defined below will IGNORE any commands used in command line and docker env variables.
# dry_run: True
# cross_seed: False
# recheck: False
# cat_update: False
# tag_update: False
# rem_unregistered: False
# tag_tracker_error: False
# rem_orphaned: False
# tag_nohardlinks: True
# skip_cleanup: False
# qBittorrent parameters
qbt:
host: 127.0.0.1:10724
user:
pass:
settings:
force_auto_tmm: true
tracker_error_tag: issue
ignoreTags_OnUpdate:
- noHL
- issue
- cross-seed
nohardlinks_tag: noHL
directory:
# Do not remove these
# Cross-seed var: </your/path/here/> # Output directory of cross-seed
# root_dir var: </your/path/here/> # Root downloads directory used to check for orphaned files, noHL, and RecycleBin.
# <OPTIONAL> remote_dir var: </your/path/here/> # Path of docker host mapping of root_dir.
# Must be set if you're running qbit_manage locally and qBittorrent/cross_seed is in a docker
cross_seed: /data/media/_downloads/torrents.xseed/
root_dir: /data/media/torrents/
remote_dir: /data/media/torrents/
recycle_bin: /data/media/torrents/.RecycleBin
torrents_dir: /home/bakerboy448/.local/share/qBittorrent/BT_backup
orphaned_dir: /data/media/torrents/orphaned_data
cat:
# <Category Name> : <save_path> # Path of your save directory. Can be a keyword or full path
audiobooks: /data/media/torrents/audiobooks
books: /data/media/torrents/books
movies: /data/media/torrents/movies
movies4k: /data/media/torrents/movies4k
prowlarr: /data/media/torrents/prowlarr
tv: /data/media/torrents/tv
tv4k: /data/media/torrents/tv4k
seeds-audiobooks: /data/media/torrents/seeds-audiobooks
seeds-books: /data/media/torrents/seeds-books
seeds-movies: /data/media/torrents/seeds-movies
seeds-movies4k: /data/media/torrents/seeds-movies4k
seeds-tv: /data/media/torrents/seeds-tv
seeds-tv4k: /data/media/torrents/seeds-tv4k
seeds-movies.cross-seed: /data/media/torrents/seeds-movies
seeds-movies4k.cross-seed: /data/media/torrents/seeds-movies4k
seeds-tv.cross-seed: /data/media/torrents/seeds-tv
seeds-tv4k.cross-seed: /data/media/torrents/seeds-tv4k
movies.cross-seed: /data/media/torrents/seeds-movies
movies4k.cross-seed: /data/media/torrents/seeds-movies4k
tv.cross-seed: /data/media/torrents/seeds-tv
cat_change:
# This moves all the torrents from one category to another category. This executes on --cat-update
# WARNING: if the paths are different and Default Torrent Management Mode is set to automatic the files could be moved !!!
# <Old Category Name> : <New Category>
seeds-movies.cross-seed: seeds-movies
seeds-movies4k.cross-seed: seeds-movies4k
seeds-tv.cross-seed: seeds-tv
seeds-tv4k.cross-seed: seeds-tv4k
tv.cross-seed: seeds-tv
tv4k.cross-seed: seeds-tv4k
movies.cross-seed: seeds-movies
movies4k.cross-seed: seeds-movies4k
tracker:
animebytes.tv:
tag: AnimeBytes
notifiarr: animebytes
avistaz:
tag: Avistaz
notifiarr: avistaz
cinemaz:
tag: Cinemaz
notifiarr: avistaz
beyond-hd:
tag: Beyond-HD
notifiarr: beyondhd
blutopia:
tag: Blutopia
notifiarr: blutopia
cartoonchaos:
tag: CartoonChaos
digitalcore:
tag: DigitalCore
notifiarr: digitalcore
gazellegames:
tag: GGn
hdts:
tag: HDTorrents
notifiarr: hdtorrents
landof.tv:
tag: BroadcasTheNet
notifiarr: broadcasthenet
myanonamouse:
tag: MaM
passthepopcorn:
tag: PassThePopcorn
notifiarr: passthepopcorn
privatehd:
tag: PrivateHD
notifiarr: privatehd
tleechreload:
tag: TorrentLeech
notifiarr: torrentleech
torrentleech:
tag: TorrentLeech
notifiarr: torrentleech
tv-vault:
tag: TV-Vault
other:
tag: unknown
sharelimits:
group1.noHL-movies:
priority: 1
include_all_tags:
- noHL
categories:
- movies
- movies4k
- prowlarr
- seeds-movies
- seeds-movies4k
max_ratio: 3
max_seeding_time: 43200 # 30 Days
cleanup: true
resume_torrent_after_untagging_noHL: true
group2.noHL-tv:
priority: 2
include_all_tags:
- noHL
categories:
- tv
- seeds-tv
- tv-4k
- seeds-tv4k
max_ratio: 3
max_seeding_time: 14400 # 10 Days
cleanup: true
resume_torrent_after_untagging_noHL: true
group3.MaM:
priority: 3
include_all_tags:
- MaM
max_ratio: 100
max_seeding_time: -1
cleanup: true
resume_torrent_after_untagging_noHL: true
group4.Default:
priority: 999
max_ratio: -1
max_seeding_time: -1
cleanup: False
resume_torrent_after_untagging_noHL: true
nohardlinks:
- movies
- movies4k
- prowlarr
- seeds-movies
- seeds-movies4k
- tv
- seeds-tv
- tv-4k
- seeds-tv4k
recyclebin:
enabled: true
empty_after_x_days: 1
save_torrents: true
split_by_category: false
orphaned:
# File patterns that will not be considered orphaned files. Handy for generated files that aren't part of the torrent but belong with the torrent's files
exclude_patterns:
- '**/.DS_Store'
- '**/Thumbs.db'
- '**/@eaDir'
- '**/temp/**'
- '**/*.!qB'
- '**/_unpackerred'
# Apprise integration with webhooks
# Leave Empty/Blank to disable
empty_after_x_days: 1
apprise:
notifiarr:
apikey: (removed)
instance: MyFlix-Qbit
webhooks:
error: notifiarr
run_start: notifiarr
run_end: notifiarr
function:
cross_seed: notifiarr
recheck: notifiarr
cat_update: notifiarr
tag_update: notifiarr
rem_unregistered: notifiarr
rem_orphaned: notifiarr
tag_nohardlinks: notifiarr
empty_recyclebin: notifiarr
tag_tracker_error: notifiarr
bhd:
apikey: (removed)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment