Search results

  1. S

    Default setting for Ratio plugin, need some help

    I think, you may simple add these commands to rtorrent.rc. Something like system.method.set_key = event.download.inserted_new,def_rat,"d.views.push_back_unique=rat_0 ; view.set_visible=rat_0"
  2. S

    Tracklabels mod - tracker favicons in list

    Rascalli, yup. Not all plugins are installed, but the ones I do have are at the latest revision. /var/www/rutorrent/plugins# svn up * At revision 1447. At revision 1447. At revision 1447. At revision 1447. At revision 1447. At revision 1447.
  3. S

    Tracklabels mod - tracker favicons in list

    I'm a web developer by trade so I'll have a look through and get familiar with the source. This program is great so if I can help out in any way I will
  4. S

    new plugin - tadd_labels

    Hey all, I fixed the alignment as suggested by Nico once again: http://code.google.com/p/rutorrent-tadd-labels/downloads/list v1.1 :]
  5. S

    new plugin - tadd_labels

    v nice Stubs
  6. S

    new plugin - tadd_labels

    May be, we must correct our wiki. Add links to 'external' plugins, i mean.
  7. S

    new plugin - tadd_labels

    can it be added to the current google projects page? i'm creating a page for it, and it's saying that it's better to contribute to an existing project.
  8. S

    Unpack Plugin + .iso files??

    I think this should be optional if it is added - most of the time people downloading an .iso probably want the iso file itself and not its contents.
  9. S

    Calling all nix gurus: Idea for package/addon semi-automated scripts

    im useing •Ubuntu 8.04 LTS Desktop free not sure of which architecre how would i find that out
  10. S

    Calling all nix gurus: Idea for package/addon semi-automated scripts

    and when i try runnning sudo ./installer it just says bash: ./installer: cannot execute binary file
  11. S

    Calling all nix gurus: Idea for package/addon semi-automated scripts

    Ok Finally ready to release this: This is an example when choosing 'none' for all options updated.. ...added script 'iptables' which will block ssh attacks port-scans trace-routes syn flooding syn|ack|fin|xmas|null scans and allows ports (configurable): WEB :80 SSL :443 FTP :21 SSH...
  12. S

    Calling all nix gurus: Idea for package/addon semi-automated scripts

    It is stable, I agree with that, but once its release as stable, the svn links will be changed, and that means scripts will be broken. And since I'm guessing 3.0 will be moved out of branches, any 3.0 svns will be broken. Well I doubt they would be editing ruTorrent, I'm guessing its just a...
  13. S

    Tracklabels mod - tracker favicons in list

    I made a small mod to show the tracker's favicon.ico next to the tracker name/count: Example: This is pretty simple to do, simple edit {webroot}/rutorrent/plugins/tracklabels/init.js and find the following line (should be 229): Code: li.addClass("cat"); And add after it the following 2...
  14. S

    BOUNTY: irc auto downloader

    This has already been done using chatzilla with every feature you've requested and a lot more. It's far and away the best cross site irc downloader I've ever seen. Sucks it's in javascript, but hey, it's badass. http://sourceforge.net/projects/autodl/
  15. S

    BOUNTY: irc auto downloader

    also, i think the regex thing is a good idea too, and i would be willing to put a bounty on that as a plugin
  16. S

    BOUNTY: irc auto downloader

    Nope this is a big issue for me, I can never get regex to work right Just needs to be something like: Name=Lost Season=6 Episode=* Source=HDTV Quality=720p Codec=x264 Container=mkv Group=* Name=Avatar Year=2009 Source=BluRay Quality=1080 Codec=x264 Container=mkv Group*
  17. S

    BOUNTY: irc auto downloader

    and i guess also some script needs to be made for irssi/mirc/x-chat
  18. S

    BOUNTY: irc auto downloader

    also, i've seen scripts which do this before, so if someone can find one and post it here, it might help. I will try to find the ones i've seen. http://www.torrent-invites.com/tutorials/23977-scc-irssi-auto-download-script-utorrent.html http://whatauto.pastebin.com/f49ebbe95...
  19. S

    Oblivion theme

    Under Opera browser you can see some nice shadows around the windows, for example around settings window. The problem is that it's mismatched with the window. To solve this issue simply change in style.css (in Oblivion directory) all: Code: box-shadow: 10px 10px 5px #888; into Code...