npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

utorrent-console

v1.4.0

Published

Manage your uTorrent from console

Downloads

24

Readme

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".

  • Download right package from uTorrent downloads page.
  • Decompress the archive in a folder of your choice:
$ 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:

  • Get uTorrent settings

About

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

License

MIT © 2016