Deluge

From Indie IT Wiki

Introduction

http://deluge-torrent.org

Installation

http://en.gentoo-wiki.com/wiki/Deluge

How To Connect / Control Deluge Via Web Interface

Point your browser at http://localhost:8112/

How To Connect / Control Deluge Via Command Line

deluge-console

How To Add A Torrent Via Command Line

deluge-console "add --help"
Usage: add [-p <save-location>] <torrent-file/infohash/url> [<torrent-file/infohash/url> ...]

How To Pause All Torrents Via Command Line

deluge-console "pause --help"
Usage: pause [ * | <torrent-id> [<torrent-id> ...] ]

How To Start All Torrents Via Command Line

deluge-console "resume --help"
Usage: resume [ * | <torrent-id> [<torrent-id> ...] ]

Troubleshooting

Gentoo Install Error: "locale::facet::_S_create_c_locale name not valid"

LC_ALL="C" emerge -v net-p2p/deluge