# qBittorrent parameters qbt: host: "x.x.x.x:8080" user: "Admin" #pass: "" 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, noHL, and RecycleBin. # remote_dir var: # 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: "/your/path/here/" root_dir: "/downloads/" #remote_dir: "/mnt/user/data/torrents/" # Category/Pathing Parameters cat: # : #Path of your save directory. Can be a keyword or full path movies: "/downloads/" tv: "TV" premium: "/premium/" # Tag Parameters (Use either Format 1 or Format 2) tags: # Format 1 # : # Format 2 # : # tag: # Will set the torrent Maximum share ratio until torrent is stopped from seeding/uploading. -2 means the global limit should be used, -1 means no limit. # max_ratio: 5.0 # Will set the torrent Maximum seeding time (min) until torrent is stopped from seeding. -2 means the global limit should be used, -1 means no limit. # max_seeding_time: 129600 # Will limit the upload speed KiB/s (KiloBytes/second) (-1 sets the limit to infinity) # limit_upload_speed: 150 #Format 1 Examples animebytes.tv: AnimeBytes beyond-hd: Beyond-HD blutopia: Blutopia cartoonchaos: CartoonChaos landof.tv: BroadcasTheNet myanonamouse: MaM passthepopcorn: PassThePopcorn privatehd: PrivateHD tleechreload: TorrentLeech torrentdb: TorrentDB torrentleech: TorrentLeech tv-vault: TV-Vault alpharatio: Alpharatio hdme: HDME #Format 2 Examples avistaz: tag: Avistaz max_ratio: 5.0 max_seeding_time: 20 digitalcore: tag: DigitalCore max_ratio: 5.0 max_seeding_time: 20 gazellegames: tag: GGn max_ratio: 5.0 max_seeding_time: 20 hdts: tag: HDTorrents max_ratio: 5.0 max_seeding_time: 20 hdme: tag: HDME max_ratio: 5.0 max_seeding_time: 2220 alpharatio: tag: Alpharatio max_ratio: 5.0 max_seeding_time: 4326 #Recycle Bin method of deletion will move files into the recycle bin (Located in /root_dir/.RecycleBin) instead of directly deleting them in qbit #By default the Recycle Bin will be emptied on every run of the qbit_manage script if empty_after_x_days is defined. recyclebin: enabled: true # empty_after_x_days var: Will automatically remove all files and folders in recycle bin after x days. (Checks every script run) # If this variable is not defined it, the RecycleBin will never be emptied. # WARNING: Setting this variable to 0 will delete all files immediately upon script run! empty_after_x_days: 10 # Orphaned files are those in the root_dir download directory that are not referenced by any active torrents. 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" - "/data/torrents/temp/**"