# qBittorrent parameters qbt: host: 'localhost:8080' user: 'username' pass: 'password' directory: # Do not remove these # Cross-seed var: #Output directory of cross-seed # root_dir var: #Root downloads directory used to check for orphaned files # remote_dir var: # Path of docker host mapping of root_dir cross_seed: '/your/path/here/' root_dir: '/data/torrents/' remote_dir: '/mnt/user/data/torrents/' # Category/Pathing Parameters cat: # : #Path of your save directory. Can be a keyword or full path movies: '/data/torrents/Movies' tv: 'TV' # Tag Parameters tags: # : beyond-hd: Beyond-HD privatehd: PrivateHD animebytes.tv: AnimeBytes avistaz: Avistaz landof.tv: BroadcasTheNet passthepopcorn: PassThePopcorn torrentleech: TorrentLeech tleechreload: TorrentLeech gazellegames: GGn blutopia: Blutopia hdts: HDTorrents tv-vault: TV-Vault cartoonchaos: CartoonChaos #Tag Movies/Series that are not hard linked nohardlinks: # Mandatory to fill out directory parameter above to use this function (root_dir/remote_dir) # 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 movies-completed: # exclude_tags var: Will exclude the following tags when searching through the category. exclude_tags: - Beyond-HD - AnimeBytes # 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 # max_ratio var: Will set the torrent Maximum share ratio until torrent is stopped from seeding/uploading max_ratio: 4.0 # 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: # exclude_tags var: Will exclude the following tags when searching through the category. exclude_tags: - Beyond-HD - BroadcasTheNet # 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 # max_ratio var: Will set the torrent Maximum share ratio until torrent is stopped from seeding/uploading max_ratio: 4.0 # seeding time var: Will set the torrent Maximum seeding time (min) until torrent is stopped from seeding max_seeding_time: 86400