2021-02-21 11:45:09 +08:00
# qBittorrent parameters
2021-02-20 13:04:02 +08:00
qbt:
host: 'localhost:8080'
user: 'username'
pass: 'password'
2021-03-02 09:59:47 +08:00
2021-02-27 04:59:52 +08:00
directory:
# Do not remove these
2021-03-12 06:41:17 +08:00
# 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
# <OPTIONAL> remote_dir var: </your/path/here/> # Path of docker host mapping of root_dir
2021-02-27 04:59:52 +08:00
cross_seed: '/your/path/here/'
2021-03-12 06:41:17 +08:00
root_dir: '/data/torrents/'
remote_dir: '/mnt/user/data/torrents/'
2021-02-27 04:59:52 +08:00
# Category/Pathing Parameters
2021-02-20 13:04:02 +08:00
cat:
2021-03-02 09:59:47 +08:00
# <Category Name> : <save_path> #Path of your save directory. Can be a keyword or full path
movies: '/data/torrents/Movies'
tv: 'TV'
2021-02-27 19:05:17 +08:00
2021-02-21 11:45:09 +08:00
# Tag Parameters
2021-02-20 13:04:02 +08:00
tags:
# <Tracker URL Keyword>: <Tag Name>
beyond-hd: Beyond-HD
2021-02-25 02:28:07 +08:00
privatehd: PrivateHD
2021-02-20 13:04:02 +08:00
animebytes.tv: AnimeBytes
avistaz: Avistaz
landof.tv: BroadcasTheNet
2021-02-21 11:45:09 +08:00
passthepopcorn: PassThePopcorn
2021-02-25 02:28:07 +08:00
torrentleech: TorrentLeech
tleechreload: TorrentLeech
gazellegames: GGn
blutopia: Blutopia
hdts: HDTorrents
tv-vault: TV-Vault
2021-02-27 08:46:13 +08:00
cartoonchaos: CartoonChaos
2021-09-25 08:58:56 +08:00
#Tag Movies/Series that are not hard linked
nohardlinks:
# Mandatory to fill out directory parameter above to use this function (root_dir/remote_dir)
2021-09-27 04:23:50 +08:00
# This variable should be set to your category name of your completed movies/completed series in qbit. Acceptable variable can be any category you would like to tag if there are no hardlinks found
2021-09-29 10:26:42 +08:00
movies-completed:
#<OPTIONAL> exclude_tags var: Will exclude the following tags when searching through the category.
exclude_tags:
- Beyond-HD
- AnimeBytes
2021-09-27 04:23:50 +08:00
#<OPTIONAL> cleanup var: WARNING!! Setting this as true Will remove and delete contents of any torrents that are in paused state and has the NoHL tag
cleanup: false
#<OPTIONAL> max_ratio var: Will set the torrent Maximum share ratio until torrent is stopped from seeding/uploading
max_ratio: 4.0
#<OPTIONAL> seeding time var: Will set the torrent Maximum seeding time (min) until torrent is stopped from seeding
max_seeding_time: 86400
#Can have additional categories set with separate ratio/seeding times defined.
series-completed:
2021-09-29 10:26:42 +08:00
#<OPTIONAL> exclude_tags var: Will exclude the following tags when searching through the category.
exclude_tags:
- Beyond-HD
- BroadcasTheNet
2021-09-25 08:58:56 +08:00
#<OPTIONAL> cleanup var: WARNING!! Setting this as true Will remove and delete contents of any torrents that are in paused state and has the NoHL tag
cleanup: false
#<OPTIONAL> max_ratio var: Will set the torrent Maximum share ratio until torrent is stopped from seeding/uploading
max_ratio: 4.0
#<OPTIONAL> seeding time var: Will set the torrent Maximum seeding time (min) until torrent is stopped from seeding
max_seeding_time: 86400