iceman60 / kettu

Rewrite of the Transmission Web Client with jQuery, Sammy and Mustache

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kettu

Port of http://github.com/kjg/derailleur and the original Transmission Web Client
using jquery, sammy.js and mustache.js.

By Frank Prößdorf fp@notjusthosting.com.

kettu osaa monta asiaa.

Thanks

  • kriesse for the elegant design.
  • kjg for all the work on the transmission web client and help.
  • lenalena for introducing proper jspec testing to this project.
  • kastigar for adding predefined locations.
  • currency.io for their easy way of adding the app to the homescreen.

Screenshot

Screenshot

Usage

You can use kettu instead of the original web client to remotely administrate your transmission application.

Using Environment Variables

If you're just trying kettu out, it is recommended to set the TRANSMISSION_WEB_HOME environment variable to the root path of this web client. Then you just need to open the location to the transmission web server (e.g. localhost:9091) and it will work.

Installation

Move the kettu files in the right location, and the next time you start Transmission, it will use kettu. If you're using the daemon, you can simply send it a SIGHUB.

Linux

Without overwriting the default Web Interface, you can drop the kettu files into: ~/.local/share/transmission/web/.

On Mac OS X, using a (pre-v2.0) nightly

In the current (pre-v2.0) nightlies on the mac, you can simply drop kettu in the Transmission Application Support folder and rename it web (~/Library/Application Support/Transmission/web/).

Configuration

Locations

kettu supports the easy selection of a predefined location to download your torrents to. Put locations into the config/location.js configuration file. See config/locations.js.example for an example.

About

Rewrite of the Transmission Web Client with jQuery, Sammy and Mustache