gaving / rtor

rails powered web front-end for the popular rtorrent

This URL has Read+Write access

rtor /
name age message
file .gitignore Loading commit data...
file COPYING Fri Jan 23 02:51:29 -0800 2009 Added GPL notice. [gaving]
file Capfile Sun Feb 08 14:27:06 -0800 2009 some capistrano stuff [gaving]
file README Sat Jan 10 08:08:31 -0800 2009 Initial commit. [gaving]
file README.markdown
file Rakefile Sat Jan 10 08:08:31 -0800 2009 Initial commit. [gaving]
file TODO.textile Mon Nov 09 11:22:10 -0800 2009 style changes and removed flicker [gaving]
directory app/
directory config/
directory db/ Sat Jan 10 08:08:31 -0800 2009 Initial commit. [gaving]
directory doc/ Thu Jan 22 15:40:49 -0800 2009 Nuked junk. [gaving]
directory public/
directory script/ Sun Feb 08 14:27:06 -0800 2009 some capistrano stuff [gaving]
directory site/ Sat Oct 24 07:33:33 -0700 2009 resized the image [gaving]
directory test/ Sun Sep 20 06:39:16 -0700 2009 added admin controller. split the main interfac... [gaving]
directory vendor/ Sat Jan 10 08:08:31 -0800 2009 Initial commit. [gaving]
README.markdown

Rtorrent on rails

Experimental rails application for controlling the ever popular rtorrent.

Screenshots

main interface!

Installation

  • Copy the example config file under 'config/config.yml.example to 'config/config.xml'
  • Configure the path to your scgi enabled rtorrent location within the config
  • Set any other variables as you wish in the config

Usage

In the current directory, run:

script/server

to start the internal rails web server.

Visit http://0.0.0.0:3000 and hopefully view your torrents.

Notes

Caveats: Watch out for rtorrent not being able to read the socket due to any permissions issues where the socket file is.