Download Latest Version autodl-irssi-v1.31.zip (222.8 kB)
Email in envelope

Get an email when there's a new version of autodl-irssi

Home / inst-files
Name Modified Size InfoDownloads / Week
Parent folder
plugins-3.3.tar.gz 2011-08-02 572.3 kB
rutorrent-3.3.tar.gz 2011-08-02 240.8 kB
rtorrent-0.8.9.tar.gz 2011-08-02 570.9 kB
libtorrent-0.12.9.tar.gz 2011-08-02 667.9 kB
htpasswd.py 2011-02-23 4.0 kB
Totals: 5 Items   2.1 MB 0
More information can be found here: http://sourceforge.net/apps/phpbb/autodl-irssi/

Installation

The install script will install autodl-irssi and optionally also ruTorrent, the ruTorrent plugin and any other dependencies required to have a fully working ruTorrent install. It will ask a few questions and then install whatever you selected.

Ubuntu and Ubuntu clones:
	cd
	wget --no-check-certificate -O autodl-setup http://sourceforge.net/projects/autodl-irssi/files/autodl-setup/download
	sudo sh autodl-setup

Any other OS
Log in as root:
	su -
Then install it:
	wget --no-check-certificate -O autodl-setup http://sourceforge.net/projects/autodl-irssi/files/autodl-setup/download
	sh autodl-setup


To use the autodl-irssi ruTorrent plugin, click its icon at the top of ruTorrent. It's usually the icon to the left of ruTorrent's settings icon. The icon is either a white bubble or a white down arrow inside a green square. The autodl-irssi tab will show all autodl-irssi output as long as ruTorrent is loaded.



If you don't use the ruTorrent plugin, then you may want to send all autodl-irssi output to its own window:
By default, all autodl-irssi output goes to the (status) window. If there's a window called autodl, then it will write all output to that window. Use these Irssi commands to create a new window named autodl and place it right after the status window (i.e., window position 2):
First start Irssi! :D
/window new hidden
/window name autodl
/window move 2
/layout save
/save


Since some people don't want users to have shell access, it's also possible to disable the "exec" action. Create /etc/autodl.cfg and add this:

	[options]
	allowed = watchdir

That will only enable the "Save to watch dir" action. The following can be used with the allowed option:

watchdir
webui (requires uTorrent)
ftp
exec
dyndir (requires uTorrent)

It's a comma seperated list, eg.: allowed = watchdir, ftp
Source: readme.txt, updated 2011-01-07