qbt server settings downloads - fedarovich/qbittorrent-cli GitHub Wiki
Manages folders and options for downloads.
qbt server settings downloads [options]
Option | Description |
---|---|
--save-folder <PATH> -s <PATH>
|
Default folder for downloaded files. |
--temp-folder <PATH> -t <PATH>
|
Folder for incomplete files. |
--temp-folder-enabled <BOOL> -T <BOOL>
|
Enable/disable folder for incomplete files. |
--preallocate <BOOL> -p <BOOL>
|
Preallocate disk space for files. |
--append-extension <BOOL> -x <BOOL>
|
Append .!bq extension to incomplete files. |
--export-folder <PATH> -e <PATH>
|
Folder to copy .torrent files to. |
--finished-folder <PATH> -f <PATH>
|
Folder to copy finished .torrent files to. |
--autorun-program <CMD> -a <CMD>
|
Path to the program to run for the complete torrent and its parameters. |
--autorun-enabled <BOOL> -A <BOOL>
|
Enable/disables running external program for the complete torrent. |
--create-subfolder <BOOL> -S <BOOL>
|
Create subfolder for multi-file torrents |
--add-paused <BOOL> -P <BOOL>
|
Add new torrents in paused state |
--delete-torrent-file <VALUE> -d <VALUE>
|
Delete .torrent files after added (Never | IfAdded | Always) |
--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.