uTorrent Console

Finally manage your uTorrent from console thanks to Node.js.
Why? Because uTorrent is the best torrent server in the world and thanks to this package it can be managed from the Linux Console.

utorrent-console

Features:

Installation

If you already have installed uTorrent server you can jump to step "Install utorrent-console".

$ tar zxvf utserver.tar.gz

Launch uTorrent server in background:

$ cd your-folder
$ ./utserver &
$ utconsole

Update (to latest version)

$ npm update -g utorrent-console
$ sudo npm update -g utorrent-console

FAQ

  1. Why doesn't the Linux console render lines correctly on Ubuntu?
    • You need to install the ncurses-base package and the ncurses-term package
  2. Why doesn't the Linux console render lines correctly through Putty?
    • After loggin in, you need to set the environment variable TERM to "linux":
    $ export TERM="linux"
    • Otherwise, to automate it, in the Putty config options, under Connection->Data there is a setting called "Terminal-type string". You can set your TERM there to "linux" and putty instructs SSH to set that environment variable
  3. How can I paste from clipboard?
    • If your favorite keyboard/mouse shortcut doesn't work, try SHIFT+INS

Contribute (developers)

$ git clone https://github.com/geco/utorrent-console.git
$ npm install
$ npm start

Example API outputs:

About

This package uses the uTorrent Node.js Library, based on the uTorrent Web API.

License

MIT © 2016