Autodl-irssi script for rutorrent in freeNAS jail

Status
Not open for further replies.

ondjultomte

Contributor
Joined
Aug 10, 2015
Messages
117
Ok I finally got rutorrent up and running thanks to all the help there.

Now I need to figure out how to install the autodl-irssi scriptfor rutorrent in freeNAS

I'll start with this old guide

FreeBSD

pkg_add -r p5-Archive-Zip p5-Net-SSLeay p5-HTML-Parser p5-XML-LibXML p5-Digest-SHA1 p5-JSON p5-JSON-XS p5-XML-LibXSLT
Note on FreeBSD, you may need to install the following php packages as well:

  • php5-sockets
  • php5-json
  • php5-xml
Other os/Generic metho

Installing autodl-irssi

For the rtorrent plugin to work, you need to install the irssi script. After installing the perl dependencies, login as your rtorrent user and do the following:

mkdir -p ~/.irssi/scripts/autorun
cd ~/.irssi/scripts
wget https://sourceforge.net/projects/autodl-irssi/files/autodl-irssi-v1.10.zip
unzip -o autodl-irssi-v*.zip
rm autodl-irssi-v*.zip
cp autodl-irssi.pl autorun/
mkdir -p ~/.autodl
touch ~/.autodl/autodl.cfg

First thing first I got php56 installed but not with all these dependencies, I need to add more extentions/dependencies. How do I do that? Off to google to find the answer.
 

ondjultomte

Contributor
Joined
Aug 10, 2015
Messages
117
I haven't looked at it yet , I will in the future tho. I had a debian vm running with irssi so I just added the auto-dl script there, missing rpc tho.
 

ondjultomte

Contributor
Joined
Aug 10, 2015
Messages
117
Any updates? I too want to install IRSSI on a freeNAS jail (freenas 9.3)

Just for you I gave it a shot, installed it with out any problems, plug and play!

1 install irssi
2 add dependencies:
"pkg install p5-Archive-Zip p5-Net-SSLeay p5-HTML-Parser p5-XML-LibXML p5-Digest-SHA1 p5-JSON p5-JSON-XS p5-XML-LibXSLT"
3 dl autodl and extract it

"mkdir -p ~/.irssi/scripts/autorun
cd ~/.irssi/scripts
unzip -o autodl-irssi-v*.zip
cp autodl-irssi.pl autorun/
mkdir -p ~/.autodl
touch ~/.autodl/autodl.cfg"

4 Start irssi and verify that the script starts correct
5 Configure it to your liking.
 
Status
Not open for further replies.
Top