Search results

  1. S

    Show monthly traffic in bottom status bar

    Hello everyone! I'm thinking about showing the monthly traffic usage in the bottom status bar. This code works just fine: Code: vnstat -m | grep "`LC_ALL=C date +"%b '%y"`" | awk '{print $9 $10}' Is there any possibility to show that in the statusbar? I already found the place in index.html...
  2. S

    XML-RPC documentation

    Hi guys, after the orignal documentation is outdated, i found the documentation in the wiki of the pyroscope projekt (http://code.google.com/p/pyroscope/wiki/RtXmlRpcReference). Is this atm the best available documentation out there? Thanks in advance Engel
  3. S

    auto-start cron script

    This is a little script i wrote which does 2 things. First, it checks how much space is left in the users home directory (if you use zfs quotas or separate slices this is great) If it finds there is enough space, it will check to see if rtorrent is already running, if it IST running, it will...
  4. S

    RSS Alerter

    Hi guys, I had been working on my own replacement to wTorrent, and found your web UI, and I started using it immediately. It is definitely the best bittorrent web UI out there, by leaps and bounds. I really like the RSS functionality, but I am trying to make some changes. I previously had a...
  5. S

    Default setting for Ratio plugin, need some help

    Hello guys, i was trying to make a default setting for ratio plugin,like whenever i add a new torrent it will be added to ratio group 1 ( rat_0 ) so technically i was trying set d.views.push_back_unique = rat_0 view.set_visible = rat_0 by registering a getOnInsertCommand on every new...
  6. S

    BOUNTY: irc auto downloader

    This is a bounty for an irc auto downloader. I hope more people will add to this bounty, because it will not be easy, i will pledge 40 dollars, but i imagine this wil be a difficult thing to code, so it will take more people pledging money to make it happen. So if this is something you...
  7. S

    Login / Logout plugin/mod using web auth and captcha

    Good day, I created this plugin and hack for ruTorrent which supports web login / logout for multiple users with a friendly AJAX interface and CAPTCHA security code. I created it based on recent SVN trunk version. IMPORTANT: On single user setups the default username is: admin and a password...
  8. S

    Plugin - NFO Imager

    This builds on Soupnazi's original NFO plugin idea After failing to get that to work reliably on all browsers and operating systems (due to character-set and formatting issues) I decided to write this which renders and then displays NFOs as images It uses a pre-rendered version of an original...
  9. S

    Need a Fully featured Screenshot plugin

    Hi all, I need a fully featured screenshot plugin to take normal snapshot as well as thumbsnail screenshot....Can anybody suggest me any plugin for that? Any help will be greatly appreciated...
  10. S

    extsearch plugin addition

    Hello, Novik.. For a while now, the most common domain name for hdtorrents.org is hdts.ru But it is true that a user can insert hdorrents.org in cookies with same uid and pass as hdts.ru and the plugin will work.. The alternative is to clone HDTorrents.php and with minor modifications have an...
  11. S

    Rutracker_check plug-in upgrade

    Dear ruTorrent Developers, First of all, I would like to say thank you. The project is excellent. It is so convenient to use the GUI to control torrents. I also would like to contribute to rutracker_check plug-in code. I did some improvements, which make this plug-in useful in periodically...
  12. S

    tadd-labels changed to lbll-suite 0.8

    g'day to you! just wanted to post that I have coded nested labels into tadd-labels and decided to change the name ( though I can't change the project page without making a new one :[ ) so please feel free to check out http://code.google.com/p/rutorrent-tadd-labels/ and try out the new plugin...
  13. S

    Requesto for auto rename movies following XBMC standard

    Hi all, I use rutorrent in Geexbox distro. Geexbox is mainly usefull for do a Media Center using XBMC. I have a request for a new plugin. XBMC need naming movies file as shown here: http://wiki.xbmc.org/index.php?title=Video_library/Naming_files/Movies and I need to add an option to current...
  14. S

    Predefined Labels

    I've looked at autotools and lbll-suite and neither of them seems to do what I am looking for. What I'd like is add a set of predefined labels to the labels right click context menu. I use the same labels all the time, but if I don't have any torrents already setup with those labels I have to...
  15. S

    Mobile plugin

    Hi all. I created a plugin that adding mobile version of rutorrent UI. It created with Twitter Bootstrap. How it looks you can view in screenshots below. All it maked on my HTC Incredible S. How it using writed in README. It can be downloaded here...
  16. S

    Mobile plugin

    Hi all. I created a plugin that adding mobile version of rutorrent UI. It created with Twitter Bootstrap. How it looks you can view in screenshots below. All it maked on my HTC Incredible S. How it using writed in README. It can be downloaded here...
  17. S

    RSS - Feeds will not update automatically

    Hello everyone, I'm having a problem getting the RSS feed to auto-update. I can add a feed fine, and it will correctly update manually, but never by itself. Per other threads, I have tried adding the line schedule = rss,0,00:30:00,"execute={sh,-c,php ~/www/rutorrent/plugins/rss/update.php&...
  18. S

    Retrackers plugin question

    Does anyone use this tracker to reseed scene releases from one private site to another? I typically do this manually but this would be nice. I've proposed some changes to the RSS system which would allow for automated reseeding....still waiting to see if it is approved or not (normally if they...
  19. S

    Create torrent Plugin

    Hi am having a problem with the create torrent plugin When i click create torrent icon the window open but there is not browse botton to choose the torrent. Can somebody please assist me with this problem. am using 3.0
  20. S

    Create Plugin, Syntax Error?

    Hello Everyone, I am having an issue with the create plugin, I am able to browse, and select files/folders for torrent creation, but once I select the file/files, enter the required information, I hit Create at which point it goes through the process of creating the torrent metafile, once the...