2019-06-05 22:32:37 +00:00
.TH DELUGE-CONSOLE 1
2009-10-09 16:26:10 +00:00
.SH NAME
2017-03-13 23:34:41 +00:00
deluge-console - A BitTorrent client console interface
2009-10-09 16:26:10 +00:00
.SH SYNOPSIS
.B deluge-console [options]
.SH DESCRIPTION
2017-03-13 23:34:41 +00:00
Deluge utilizes a client/server model, with \fB deluged\fR being the daemon process and \fB deluge-console\fR being used to launch a curses console user-interface.
2009-10-09 16:26:10 +00:00
.P
2015-08-14 11:55:28 +00:00
.SS Console Commands:
2021-09-21 20:40:13 +00:00
You can pass console commands directly from the command line and use semi-colon (\fB ;\fR ) separator to run multiple commands. Enclosing the commands with quotes may also be required
2017-03-13 23:34:41 +00:00
for example:
\fB deluge-console 'add <torrent>; info <torrent_id>'\fR
The following console commands are available:
.TS
tab (@);
lB lx.
add@Add torrents
cache@Show information about the disk cache
config@Show and set configuration values
connect@Connect to a new deluge server
debug@Enable and disable debugging
del@Alias for \fB rm\fR
exit@Alias for \fB quit\fR
gui@Enable interactive mode
halt@Shutdown the deluge server
help@Displays help on other commands
info@Show information about the torrents
manage@Show and manage per-torrent options
move@Move torrents' storage location
pause@Pause torrents
plugin@Manage plugins
quit@Exit the client
reannounce@Alias for \fB update_tracker\fR
recheck@Forces a recheck of the torrent data
resume@Resume torrents
rm@Remove a torrent
2017-12-13 22:26:47 +00:00
status@Shows various status information from the daemon
2017-03-13 23:34:41 +00:00
update_tracker@Update tracker for torrent(s)
.TE
2009-10-09 16:26:10 +00:00
.SH OPTIONS
2017-03-13 23:34:41 +00:00
.SS Config Options
2015-08-14 11:55:28 +00:00
.TP
2017-03-13 23:34:41 +00:00
.BI \- c\ path \fR ,\ \fB \- \- config= path
2015-08-14 11:55:28 +00:00
Set the config directory location.
2017-03-13 23:34:41 +00:00
.SS Console Options
These daemon connect options will be used for commands, or if console ui autoconnect is enabled.
.TP
.BI \- d\ ip_addr \fR ,\ \fB \- \- daemon= ip_addr
Deluge daemon IP address to connect to (default 127.0.0.1)
.TP
.BI \- p\ port \fR ,\ \fB \- \- port= port
Deluge daemon port to connect to (default 58846)
.TP
.BI \- U\ user \fR ,\ \fB \- \- username= user
Deluge daemon username to use when connecting
.TP
.BI \- P\ pass \fR ,\ \fB \- \- password= pass
Deluge daemon password to use when connecting
2015-08-14 11:55:28 +00:00
.SS Logging Options
.TP
2017-03-13 23:34:41 +00:00
.BI \- l\ file \fR ,\ \fB \- \- logfile= file
Output to specified logfile instead of stdout
2015-08-14 11:55:28 +00:00
.TP
2017-03-13 23:34:41 +00:00
.BI \- L\ loglevel \fR ,\ \fB \- \- loglevel= loglevel
2015-08-14 11:55:28 +00:00
Set the log level (default is error):
2017-03-13 23:34:41 +00:00
.B none, info, warning, error, debug
.TP
.B \- q\fR,\ \fB \- \- quiet
Sets the log level to \fB none\fR , same as \fB \- L none
.TP
.BI \- \- logrotate\fR[\fB=\fImax-size\fR]
Enable logfile rotation, with optional maximum logfile
size, default: 2M (Logfile rotation count is 5)
2015-08-14 11:55:28 +00:00
.TP
2017-03-13 23:34:41 +00:00
.BI \- \- profile\fR[\fB=\fIfile\fR]
Profile with cProfile. Outputs to stdout unless a filename is specified
2015-08-14 11:55:28 +00:00
.SS Help Options
.TP
2017-03-13 23:34:41 +00:00
.B \- V\fR,\ \fB \- \- version
2015-08-14 11:55:28 +00:00
Show program's version number and exit.
.TP
2017-03-13 23:34:41 +00:00
.B \- h\fR,\ \fB \- \- help
2015-08-14 11:55:28 +00:00
Show help message and exit.
2009-10-09 16:26:10 +00:00
.SH SEE ALSO
2017-03-13 23:34:41 +00:00
.BR deluge (1),
.BR deluged (1),
.BR deluge-web (1)
2015-08-14 11:55:28 +00:00
.SH AUTHORS
.B Deluge Team: http://www.deluge-torrent.org