mirror of
https://github.com/StuffAnThings/qbit_manage.git
synced 2025-03-09 22:35:07 +08:00
- [Added] Cross-seed torrent mover into proper watched folders. - [Added] Tracker passkeys will no longer show up in stdout or log files. - [Added] New keyword for catching unregistered torrents for BHD. - [Added] Added default user/pass for anyone not using authentication or removes it from the config file. - [Fixed] Unregistered torrents deleting content files if you are cross-seeding. - [Fixed] Double logging should no longer happen.
33 lines
No EOL
825 B
YAML
33 lines
No EOL
825 B
YAML
# qBittorrent parameters
|
|
qbt:
|
|
host: 'localhost:8080'
|
|
user: 'username'
|
|
pass: 'password'
|
|
directory:
|
|
# Do not remove these
|
|
# Cross-seed var: </your/path/here/> Ensure there is a / at the end or it won't work properly
|
|
cross_seed: '/your/path/here/'
|
|
movies: '/your/path/here/'
|
|
tv: '/your/path/here/'
|
|
unknown: '/your/path/here/'
|
|
# Category/Pathing Parameters
|
|
cat:
|
|
# <File path keyword>: <Category Name>
|
|
movies: movies
|
|
tv: 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 |