logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

deluge-console - A BitTorrent client console interface

Authors

DelugeTeam:http://www.deluge-torrent.orgDELUGE-CONSOLE(1)

Description

       Deluge  utilizes  a  client/server  model, with deluged being the daemon process and deluge-console being
       used to launch a curses console user-interface.

   ConsoleCommands:
       You can pass console commands directly from the command line and use  semi-colon  (;)  separator  to  run
       multiple commands. Enclosing the commands with quotes may also be required for example:

           deluge-console'add<torrent>;info<torrent_id>'

       The following console commands are available:
       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 rmexit             Alias for quitgui              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 update_trackerrecheck          Forces a recheck of the torrent data
       resume           Resume torrents
       rm               Remove a torrent
       status           Shows various status information from the daemon
       update_tracker   Update tracker for torrent(s)

Name

       deluge-console - A BitTorrent client console interface

Options

ConfigOptions-cpath, --config=path
              Set the config directory location.

   ConsoleOptions
       These daemon connect options will be used for commands, or if console ui autoconnect is enabled.

       -dip_addr, --daemon=ip_addr
              Deluge daemon IP address to connect to (default 127.0.0.1)

       -pport, --port=port
              Deluge daemon port to connect to (default 58846)

       -Uuser, --username=user
              Deluge daemon username to use when connecting

       -Ppass, --password=pass
              Deluge daemon password to use when connecting

   LoggingOptions-lfile, --logfile=file
              Output to specified logfile instead of stdout

       -Lloglevel, --loglevel=loglevel
              Set the log level (default is error): none,info,warning,error,debug-q, --quiet
              Sets the log level to none, same as -Lnone--logrotate[=max-size]
              Enable  logfile  rotation, with optional maximum logfile size, default: 2M (Logfile rotation count
              is 5)

       --profile[=file]
              Profile with cProfile. Outputs to stdout unless a filename is specified

   HelpOptions-V, --version
              Show program's version number and exit.

       -h, --help
              Show help message and exit.

See Also

deluge(1), deluged(1), deluge-web(1)

Synopsis

deluge-console[options]

See Also