Difference between revisions of "Installing autodl-irssi"
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | <span style="background:#FFA0A0; border: 3px solid black; font-size: 1. | + | <span style="background:#FFA0A0; border: 3px solid black; font-size: 1.25em;"> ''' WARNING ''' Use autodl-irssi at your own risk. No guarantees, no support is provided for autodl irssi.<br /><br /> If you do not know what autodl is or what it does, you do not need it. If you are unable to follow the below instructions, you should not be using autodl. </span> |
== Script install == | == Script install == | ||
Line 7: | Line 7: | ||
wget http://pulsedmedia.com/remote/autodl.txt -O autodl.sh; bash autodl.sh | wget http://pulsedmedia.com/remote/autodl.txt -O autodl.sh; bash autodl.sh | ||
− | <span style="background:#FFA0A0; border: 1px solid black; font-size: 1. | + | <span style="background:#FFA0A0; border: 1px solid black; font-size: 1.25em;"> ''' WARNING ''' Use autodl-irssi at your own risk. No guarantees, no support is provided for autodl irssi. If you do not know what autodl is or what it does, you do not need it. If you are unable to follow the below instructions, you should not be using autodl. </span> |
+ | |||
+ | == Failure to follow instructions has repercussions == | ||
+ | |||
+ | * We do not provide support for autodl | ||
+ | * We do not provide support for autodl related issues | ||
+ | * We will not fix any issue you cause by using autodl | ||
+ | * We do not provide support for autodl caused issues | ||
+ | * We will not help you follow these instructions | ||
+ | * We will not teach you how to use putty/cli to install autodl | ||
+ | * We do not provide any support for autodl in any form or way | ||
+ | * Opening repeatedly tickets for autodl related issues may cause extra service charges | ||
+ | |||
+ | If you mess up with autodl, support extends only to wiping your seedbox so you can start from scratch. We will not fix config issues, and we will not build your automation scripts for you, and we will not open up any system configs for you. | ||
== Manual installation == | == Manual installation == | ||
Line 86: | Line 99: | ||
<span style="background:#FFA0A0; border: 1px solid black; font-size: 1.85em;"> ''' WARNING ''' Use autodl-irssi at your own risk. No guarantees, no support is provided for autodl irssi. If you do not know what autodl is or what it does, you do not need it. If you are unable to follow the below instructions, you should not be using autodl. </span> | <span style="background:#FFA0A0; border: 1px solid black; font-size: 1.85em;"> ''' WARNING ''' Use autodl-irssi at your own risk. No guarantees, no support is provided for autodl irssi. If you do not know what autodl is or what it does, you do not need it. If you are unable to follow the below instructions, you should not be using autodl. </span> | ||
+ | |||
+ | [[Category:seedbox guides]] |
Latest revision as of 17:18, 8 June 2023
WARNING Use autodl-irssi at your own risk. No guarantees, no support is provided for autodl irssi.
If you do not know what autodl is or what it does, you do not need it. If you are unable to follow the below instructions, you should not be using autodl.
Contents
Script install
Contributed script to install autodl.sh quickly and easily:
wget http://pulsedmedia.com/remote/autodl.txt -O autodl.sh; bash autodl.sh
WARNING Use autodl-irssi at your own risk. No guarantees, no support is provided for autodl irssi. If you do not know what autodl is or what it does, you do not need it. If you are unable to follow the below instructions, you should not be using autodl.
Failure to follow instructions has repercussions
- We do not provide support for autodl
- We do not provide support for autodl related issues
- We will not fix any issue you cause by using autodl
- We do not provide support for autodl caused issues
- We will not help you follow these instructions
- We will not teach you how to use putty/cli to install autodl
- We do not provide any support for autodl in any form or way
- Opening repeatedly tickets for autodl related issues may cause extra service charges
If you mess up with autodl, support extends only to wiping your seedbox so you can start from scratch. We will not fix config issues, and we will not build your automation scripts for you, and we will not open up any system configs for you.
Manual installation
Instructions to install manually step by step.
Installing autodl-irssi
First we will be downloading, unpacking and installing autodl-irssi and putting it to autorun for irssi
Login to shell via SSH (ie. Putty), run commands below, line by line
mkdir -p ~/.irssi/scripts/autorun cd ~/.irssi/scripts curl -sL http://git.io/vlcND | grep -Po '(?<="browser_download_url": ")(.*-v[\d.]+.zip)' | xargs wget --quiet -O autodl-irssi.zip unzip -o autodl-irssi.zip rm autodl-irssi.zip cp autodl-irssi.pl autorun/ mkdir ~/.autodl touch ~/.autodl/autodl.cfg
Autodl-irssi should now be downloaded and unzipped to right place
WARNING Use autodl-irssi at your own risk. No guarantees, no support is provided for autodl irssi. If you do not know what autodl is or what it does, you do not need it. If you are unable to follow the below instructions, you should not be using autodl.
Installing plugin for ruTorrent
Next we will need to install ruTorrent plugin for autodl-irssi for managing plugins
Run commands below, line by line
cd ~/www/rutorrent/plugins/ git clone https://github.com/autodl-community/autodl-rutorrent.git autodl-irssi cp autodl-irssi/_conf.php autodl-irssi/conf.php
autodl-irssi plugin for ruTorrent should now be installed
Configuration
We will need to edit config for autodl-irssi itself and plugin
plugin configuration
Edit conf.php by running command below
nano ~/www/rutorrent/plugins/autodl-irssi/conf.php
Choose port and password randomly like in this example:
$autodlPort = 6457; $autodlPassword = "Behy4ywsdgV";
(use ctrl + x to close editor, y to save changes)
WARNING Use autodl-irssi at your own risk. No guarantees, no support is provided for autodl irssi. If you do not know what autodl is or what it does, you do not need it. If you are unable to follow the below instructions, you should not be using autodl.
autodl-irssi configuration
We will now edit autodl-irssi config to match port and password we just setup in plugin conf
Edit autodl.cfg by running command below
nano ~/.autodl/autodl.cfg
Match port and password to conf.php like in this example
[options] gui-server-port = 6457 gui-server-password = Behy4ywsdgV
(use ctrl + x to close editor, y to save changes)
Running autodl-irssi
Finally we need to start autodl-irssi which should now start automatically with irssi. Run following command:
screen -dmS autodl irssi
Autodl-irssi should now be installed and running on your account. Login to your seedbox and look for autodl-irssi settings in top bar of ruTorrent
WARNING Use autodl-irssi at your own risk. No guarantees, no support is provided for autodl irssi. If you do not know what autodl is or what it does, you do not need it. If you are unable to follow the below instructions, you should not be using autodl.