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
    Name Modified Size InfoDownloads / Week
    inst-files 2011-08-02
    autodl-trackers.zip 2012-09-17 91.1 kB
    autodl-setup 2011-08-02 147.9 kB
    autodl-irssi-v1.31.zip 2011-05-01 222.8 kB
    autodl-irssi-v1.30.zip 2011-02-13 223.7 kB
    readme.txt 2011-01-07 1.9 kB
    autodl-irssi-v1.21.zip 2010-12-13 208.0 kB
    autodl-irssi-v1.20.zip 2010-12-13 208.0 kB
    autodl-irssi-v1.10.zip 2010-11-07 197.2 kB
    autodl-irssi-v1.05.zip 2010-10-24 185.7 kB
    autodl-irssi-v1.04.zip 2010-10-06 178.7 kB
    autodl-irssi-v1.03.zip 2010-09-18 173.7 kB
    autodl-irssi-v1.02.zip 2010-09-11 170.9 kB
    autodl-irssi-v1.01.zip 2010-09-10 170.9 kB
    autodl-irssi-v1.00.zip 2010-08-18 170.9 kB
    Totals: 15 Items   2.4 MB 6
    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