qbt server settings seeding - fedarovich/qbittorrent-cli GitHub Wiki
Manages BitTorrent seeding settings.
qbt server settings seeding [options]
Option | Description |
---|---|
--max-ratio-enabled <BOOL> -R <BOOL>
|
Enable/disable maximal ratio limit |
--max-ratio <VALUE> -r <VALUE>
|
Maximal ratio |
--max-seeding-time-enabled <BOOL> -S <BOOL>
|
Enable/disable maximal seeding time limit |
--max-seeding-time <MINUTES> -s <MINUTES>
|
Maximal seeding time in minutes |
--action <ACTION> -a <ACTION>
|
Action to perform when maximal ratio or seeding time limit is reached (Pause | Remove) |
--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.