Skip to content
thebigmunch edited this page May 4, 2013 · 8 revisions

This is a fork of the original ruTorrent plugin for autodl-irssi with the goal to keep up with the needs of the community.

Installation

Navigate to the ruTorrent plugin directory. If using the official version of the ruTorrent plugin, remove the autodl-irssi directory found there.

git clone https://github.com/autodl-community/autodl-rutorrent.git autodl-irssi
cd autodl-irssi
cp _conf.php conf.php

Now edit conf.php to include your gui-server port and password from config. It should look similar to:

<?php
$autodlPort = 12345;
$autodlPassword = "secretpass";
?>
Clone this wiki locally