Search results

  1. R

    Auto Ratio Group

    it's still manual. you are manually clicking a torrent. Meaning you are AT the computer....it would literally take you almost no time to add the torrent normally. I can dig why you'd want to have it set up the way you do, but your setup is a very strange one. My advice is to either code the...
  2. R

    Auto Ratio Group

    yah, i hear ya....It sounds like something which could be extended via auto-tools auto-watch feature. Personally, if you're going to "drop something into a watch directory" that's a manual job anyways, and you might as well just handle setting the option however you like (this is how it looks...
  3. R

    Auto Ratio Group

    i hear ya. Right now it is sort of outside the scope of how the ratio plugin works.... It mgith make a good bounty item...but almost all the functionality you want will work WITHOUT that. Look into using auto-tools with RSS.....
  4. R

    Auto Ratio Group

    then why not use the built in rss tool instead? this will let you automatically set antyhing you want on a per filter basis.
  5. R

    Compatibility with SVN versions of rtorrent

    Isn't it already possible to provide compatibility of ruTorrent with the current SVN build of rtorrent? r1170 is the latest release of rtorrent for more than a month now, so maybe XMLRPC API has finally become stable? As far as I understand from rtorrent ticket 2160, build 1168 had only one...
  6. R

    Auto Unpack Enhancement: Filters

    lol, i opened a bounty for this a few months back. no reply http://forums.rutorrent.org/index.php?topic=1081.0
  7. R

    Auto Unpack Enhancement: Filters

    so whats the plan ?, i m really intrested in this thing or maybe i can try to do it myself ( not sure cuz i m nooob ) is there anyone out there ready to help ?? or we have to go through other ways ?
  8. R

    Tracklabels improvement

    Sometimes one tracker can have several domain names listed inside the torrent. Current tracklabels plugin shows separate label for each domain. I don't like it, so I've made a small hack inside init.js: Code: if(domain.match("demonoid.com")) domain="demonoid.me"...
  9. R

    [BOUNTY] Download History Plugin

    Error in plugins code. Fixed now. Update ruTorrent (and plugin 'history') from svn.
  10. R

    [BOUNTY] Download History Plugin

    svn co https://rutorrent.googlecode.com/svn/trunk/plugins/history Check. Points: 1) You must use last svn version of core and plugins. 2) By default plugin logs addition, finish and deletion of torrents. Set, what you need, in the 'Options' dialog.
  11. R

    [BOUNTY] Download History Plugin

    OK, accepted. But should warn you - this tracker is only one of torrents trackers. Really this is a random tracker from first tracker's group. If torrent has a some trackers in zero group - then result may be various.
  12. R

    [BOUNTY] Download History Plugin

    Quote : Added, Finished Can be done if you have plugin 'seedingtime' installed only. Quote : Tracker Which tracker? Each torrent contain an array of trackers. Array can't be shown in one column. Quote : there should be a clear button that erases the entire contents of the history table...
  13. R

    WEB PEEK

    You can exec it, like any other command.
  14. R

    Tracklabels improvement

    Sometimes one tracker can have several domain names listed inside the torrent. Current tracklabels plugin shows separate label for each domain. I don't like it, so I've made a small hack inside init.js: Code: if(domain.match("demonoid.com")) domain="demonoid.me"...
  15. R

    Setting http downloads folder

    If you using vps or dedicated, you can install php file manager script, such as filethingie, php indexer, PHP File Manager. Google for it. Place this script with same location with your download directory. Then you can upload to filehosting remotely, if your file hosting support remote upload...
  16. R

    discussion about further features

    Svn version already has support of this for modern browsers. You can select several torrents in open dialog (last versions of FF, Opera, Chrome) or drag several files from explorer to ruTorrent's torrents list (last versions of FF, Chrome with ruTorrent's plugin filedrop). IE and Safari (i have...
  17. R

    last active torrent

    no i mean as another shown column in the torrent field, just as utorrent has.
  18. R

    last active torrent

    i would like to have the function where you can see when the torrent was active last time, scince i think this is a very usefull tool as to know when the torrent isn't that popular anymore, and as a complement to the ratio/ day, week, month. cheers
  19. R

    Ratio Group Logic

    rtcontrol --from-view started xfer=-100k [ ratio=+2 OR seedtime=+5d ] --stop --cron --yes Run that as a cron job every 10 min. You COULD also make a plugin of it, by allowing the definition of filtering conditions and set of of reactions (stop, delete, erase), and run it via a rtorrent schedule...
  20. R

    Specify Users Maximum 'DiskSpace'

    Talks about stopping all downloading torrents here: http://libtorrent.rakshasa.no/ticket/1137 xmlrpc localhost d.multicall '' f.multicall=,,f.set_priority=0 xmlrpc localhost d.multicall '' d.update_priorities= Change 0 to 1 to set normal file priorities again and it'll resume downloading...