qbt server settings queue - fedarovich/qbittorrent-cli GitHub Wiki
Manages BitTorrent queueing settings.
qbt server settings queue [options]
Option | Description |
---|---|
--queueing <BOOL> -q <BOOL>
|
Enable/disable torrent queueing |
--max-downloads <COUNT> -d <COUNT>
|
Maximum active downloads |
--max-torrents <COUNT> -t <COUNT>
|
Maximum active torrents |
--max-uploads <COUNT> -u <COUNT>
|
Maximum active uploads |
--no-slow <BOOL> -n <BOOL>
|
Do not count slow torrents in these limits |
--slow-download-rate <VALUE> -D <VALUE>
|
Slow download rate threshold (KiB/S) |
--slow-upload-rate <VALUE> -U <VALUE>
|
Slow upload rate threshold (KiB/S) |
--slow-inactivity-time <VALUE> -I <VALUE>
|
Torrent inactivity timeout (seconds) |
--format <OBJECT_FORMAT> -F <OBJECT_FORMAT>
|
Output format: list | csv | json | property |
--url <SERVER_URL>
|
QBittorrent Server URL |
--username <USERNAME>
|
User name |
--password <PASSWORD>
|
User password |
--ask-for-password |
Ask the user to enter a password in a secure way. |
--help -h -?
|
Show help information |
Run this command without options too see the current settings.
See https://github.com/fedarovich/qbittorrent-cli/wiki/Output-Formats for more information about output formats.