IRSSI Auto Download for SCC - Part II
Register

We are the best invite forum on the internet! Here you will find free invites, free seedboxes, free bonuses, and much more. Our members know the true meaning of sharing and have created a truly global bittorent community! Our site has the most up to date information on all private trackers and our members will guide you and introduce you to this truly secretive and enlightened club. Ready to get started? Register now!


Results 1 to 6 of 6
  1. #1

    Join Date
    Aug 2011
    Location
    Sweden
    Posts
    213

    Default IRSSI Auto Download for SCC - Part II

    IRSSI Auto Download for SCC, Part II

    This is a continuation of the first part of this tutorial which deals with the installation procedure for IRSSI.

    IRC server info for SCC: irc.sceneaccess.org, Ports: 6667 and +7000 if you wish to use SSL. If your username starts with a number you will have to add a _ to your nick when connecting to the SCC IRC Network (e.g. if your nick is 23Jordan, you will need to use _23Jordan on the SCC IRC Network).


    First let's start with some preparations that will make things easier

    Start your favourite irc software on your home computer. Join the server with your SCC nick (e.g. /server irc.sceneaccess.org and then use the /nick command). Make sure this nick is registered. To register, type: /msg nickserv register <password> <e-mail> (e-mail is not necessary).

    On your seedbox, start irssi and join the SSC server (e.g. /server irc.sceneaccess.org). Use your SCC nick-bot. So if my nick were Malevich on SCC, I would use: Malevich-bot (/nick Malevich-bot). Register this nick too. To go between windows in IRSSI, press the escape button and then a number. You can use<ALT+p> and <ALT+n> to scroll up and down the irc window. For reference, use this guide: Irssi - The client of the future .

    Join #support (/join #support) from both your home computer and your seedbox, and ask to be given a vhost. It's possible to autodownload without a vhost, but then you must invite yourself every time from the IRC tab on the SCC website (using your ordinary nick on SCC). Once given a vhost, try it out. To activate it, you need to type: /msg hostserv on in IRSSI. Then try to join #announce with your bot and see if it works.


    Automatically joining

    Here are a few commands for your convenience that you can type in the IRSSI window to make it connect to the SCC server at startup, identifying your registered nick and autojoin the announce channel:

    /network add -nick <nickname-bot> SCC
    /server add -auto -network SCC irc.sceneaccess.org
    /channel add -auto #announce SCC
    /network add -autosendcmd "/msg nickserv identify <password> ;wait 2000" SCC

    If you want to connect manually to SCC, use the command /connect SCC and see if it works properly.
    Quit IRSSI, by typing /quit.


    The script

    The script can be found here: [Perl] script - Pastebin.com. It's not mine; you can see at the top that it's by ceb, so credit where credit is due! Copy the script and save the file as scc.pl. Edit the top part of this script, for instance:
    • You need to fill in your passkey. The passkey is the combination of letters and numbers that is added to your announce URL in the torrent file.
    • Then there is the watch directory, from which torrents automatically will be added to the torrent client of your choice. At my feral slot for instance, the watch directory for Deluge can be found at: homedir/private/deluge/watch. Make sure that 'homedir' represents the full path. This should be added as the torrentdir entry.
    • Finally the filters. For instance, if I would like to download all TV-packs, I would have a line in scc.pl that says: $tvpacks = 1; . Make sure that there isn't a dashboard in front of the line, as it means that it will be ignored when the script is running. The script is pretty detailed about how to set up these filters, so just go ahead and experiment. You can filter not only according to groups, but also titles, sizes etc. If you only want to test your filters without downloading anything, just use a non-watch directory for the torrentdir entry until you are satisfied with how the script works.

    Copying/uploading the script

    The final thing to do now is to copy the script to the right directory and have it autostart everytime IRSSI is started. Go to your seedbox slot and type:
    cd
    cd .irssi
    mkdir scripts
    cd scripts
    mkdir autorun
    cd autorun

    Copy/upload your edited scc.pl to the autorun directory. Start IRSSI by typing screen IRSSI and watch it autodownload in accordance to what you specified in the config file. If you want to keep IRSSI in the background, press <CTRL+a> and then <d>. To re-attach the IRSSI window, type ps x and identify the screen IRSSI process number and then type screen -r <process number>.

    Enjoy!

    Last edited by Malevich; October 29th, 2011 at 05:54 AM.


  2. To remove ads become VIP. Inquire about advertising here.
  3. #2

    Join Date
    Jul 2011
    Location
    Honolulu
    Posts
    530

    Default

    Ok, so I finally got a round to trying to make this work...and well, I am failing..:P So, I got the part of registering my nicks with SCC. Both my account, and account-bot are registered. Now, I have a few issues. First, I cannot join the #announce channel, not matter what I do, invite myself from the site, whatever, I get the "you must be invited" error. I am guessing this is more of an SCC issue. Also, On my server, I am noticing some weird things happening. If I setup the /network add -nick "me-bot" SCC, and /network add -autosendcmd "/msg nickserv identify <password> ;wait 2000" SCC, it tries to register me1bot instead of me-bot. Not sure why this is. But if I use just "me* as the nick, it will login correctly, then login my bot correctly as well in a [SCC2] channel(not a channel, but not sure what to call it. second server connection?). Not sure what is going on..lol

  4. #3

    Join Date
    Oct 2011
    Posts
    7

    Default

    How to download all the releases in Mp3's and 0days?

  5. #4

    Join Date
    Nov 2011
    Posts
    235

    Default

    Hi m00dy,

    I would recommend you post an introduction in the intro section and read the Rules and FAQ.

    We have a very helpfull comunity here but we also have a system to follow.

    Please read the rules (Introductions: Rules, FAQ and Registration Form)

    and post an intro: create an introduction

    And you have to set filters in irssi. There is a helpful post I just recently read in this forum on that topic (which you can search).

    Hope this helps

  6. #5

    Join Date
    Aug 2011
    Location
    Sweden
    Posts
    213

    Default

    Hello, sorry for not following up on your posts. I have been ill lately, so I have not spent much time online at all.

    Quote Originally Posted by SteadySeed View Post
    Ok, so I finally got a round to trying to make this work...and well, I am failing..:P So, I got the part of registering my nicks with SCC. Both my account, and account-bot are registered. Now, I have a few issues. First, I cannot join the #announce channel, not matter what I do, invite myself from the site, whatever, I get the "you must be invited" error. I am guessing this is more of an SCC issue. Also, On my server, I am noticing some weird things happening. If I setup the /network add -nick "me-bot" SCC, and /network add -autosendcmd "/msg nickserv identify <password> ;wait 2000" SCC, it tries to register me1bot instead of me-bot. Not sure why this is. But if I use just "me* as the nick, it will login correctly, then login my bot correctly as well in a [SCC2] channel(not a channel, but not sure what to call it. second server connection?). Not sure what is going on..lol
    It seems to me that your nick is already in use. Either, it's because you have an irc connection up at your seedbox and you are using a program like mirc on your home connection (using the same nick) - or perhaps your client has messed up, you have become disconnected and the server still thinks you are connected (i.e. ghost), and hence when you try to login again the client will automatically rename your nickname for you. If your nickname isn't the same as the SCC one (as well as being registered), then you cannot invite yourself.

    Quote Originally Posted by SteadySeed
    How to download all the releases in Mp3's and 0days?
    In the SCC.pl, just include the lines:
    $mp3 = 1;
    $apps0day = 1;

    Also, if you want to for instance limit your downloads depending on the size of the data, just include a line like:
    $mp3max = 500;
    (where 500 is 500MB)
    Last edited by Malevich; November 28th, 2011 at 11:05 AM.

  7. #6

    Join Date
    Nov 2012
    Posts
    23

    Default

    Hi,

    I am having big trouble to register my username-bot and then switching back to my other nick to go to the #support channel to ask for the vhost. I actually have no idea how to do that all with commandlines. could you maybe right some step by step commandlines that will do exactly everything from starting irssi until to seeing if the bot can join announce? I just know how to ssh into my box... :(

    Thank you.

Similar Threads

  1. SCC Irssi auto download script for uTorrent
    By Synthesis in forum Software
    Replies: 13
    Last Post: December 28th, 2011, 01:45 PM
  2. IRSSI Auto Download for SCC - Part I
    By Malevich in forum Seedbox Tutorials
    Replies: 0
    Last Post: October 28th, 2011, 06:03 PM
  3. Replies: 3
    Last Post: September 29th, 2011, 07:32 PM
  4. SCC mIRC Auto-Download Script & WebUI
    By Lionel in forum BitTorrent
    Replies: 20
    Last Post: July 30th, 2009, 06:21 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •