mirror of
https://github.com/StuffAnThings/qbit_manage.git
synced 2025-03-09 22:35:07 +08:00
42 lines
1.2 KiB
YAML
42 lines
1.2 KiB
YAML
# qBittorrent parameters
|
|
qbt:
|
|
host: 'localhost:8080'
|
|
user: 'username'
|
|
pass: 'password'
|
|
|
|
#Optional parameter to define any remote paths
|
|
remote_dir:
|
|
#'Docker container path of root save directory' : 'Local path of root save directory'
|
|
#<'/container/path/data/'> : <'/host/path/data/'>
|
|
'/data/torrents/' : '/mnt/cache/data/torrents/'
|
|
directory:
|
|
# Do not remove these
|
|
# Cross-seed var: </your/path/here/>
|
|
cross_seed: '/your/path/here/'
|
|
# Category/Pathing Parameters
|
|
cat:
|
|
# <Category Name>
|
|
# - save_path #Path of your save directory. Can be a keyword or full path
|
|
# - watch_path #OPTIONAL parameter: where cross_seed will drop the torrents to. (Defaults to save_path if not defined)
|
|
movies:
|
|
- save_path: '/data/torrents/Movies'
|
|
- watch_path: '/data/torrents/watch/Movies'
|
|
tv:
|
|
- save_path: 'TV'
|
|
|
|
# Tag Parameters
|
|
tags:
|
|
# <Tracker URL Keyword>: <Tag Name>
|
|
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
|