Giter Club home page Giter Club logo

utorrent-console's Introduction

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:

  • Monitor torrents realtime (size, progress, speed, eta, seeds/peers, availability and so on)
  • Torrent trasfer rate chart (download and upload)
  • Add Torrent from URL
  • Add Magnet Link
  • Delete torrent (and data)
  • View uTorrent settings
  • Start (force) torrent
  • Stop torrent
  • Securely store credentials
  • List torrent contents
  • Total download/upload realtime speed and limits on title bar
  • Edit uTorrent settings (download/upload limits, max active downloads/torrents, folders, connections per torrent/global)
  • Auto-shrink too long magnet urls to avoid problems with uTorrent web api

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 &
  • Install utorrent-console
    • If you are using nvm (Node Version Manager):
    $ npm install -g utorrent-console
    • Otherwise:
    $ sudo npm install -g utorrent-console
  • Run utorrent-console:
$ utconsole
  • Enjoy!

Update (to latest version)

  • If you are using nvm:
$ npm update -g utorrent-console
  • Otherwise:
$ 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
  1. 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
  1. 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

utorrent-console's People

Contributors

geco avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

viettpham

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.