21 lines
780 B
Plaintext
21 lines
780 B
Plaintext
## Required by all qBitTorrent scripts
|
|
QBITTORRENT_URL="https://qbittorrent.example.com"
|
|
QBITTORRENT_USERNAME="Admin"
|
|
QBITTORRENT_PASSWORD="adminadmin"
|
|
|
|
## Used by qBitTorrentTagPublic
|
|
# Tag to apply to torrents with public trackers
|
|
QBITTORRENT_PUBLIC_TAG="public-trackers"
|
|
# Requires `-o` to be passed to TagPublic
|
|
QBITTORRENT_PUBLIC_OLDER_THAN_HOURS=48
|
|
# 153600 = 150 KiB/s
|
|
QBITTORRENT_PUBLIC_MAX_RATE=153600
|
|
|
|
## Used by qBitTorrentTagTrackers
|
|
# "{DIR}" will be replaced with directory the script is *located* (not cwd).
|
|
QBITTORRENT_TRACKERS_FILE="{DIR}/config/qbittorrent-trackers.json"
|
|
|
|
## Used by qBitTorrentTagTrackerUrls
|
|
# "{DIR}" will be replaced with directory the script is *located* (not cwd).
|
|
QBITTORRENT_TRACKER_URLS_FILE="{DIR}/config/qbittorrent-tracker-urls.json"
|