Search results

  1. L

    Auto Unpack Enhancement: Filters

    Ok im offering a bounty I want one of the following... Either a filter or a label or a directory only to be unpacked. Either of these 3 matters to me I have rss to go to a specific folder, i want it then unpacked where I have ftp to auto pick it up (*.avi) The RSS has a label (RSS) and is...
  2. L

    Auto Unpack Enhancement: Filters

    or it will unpack some specific labeled torrents, but it will need lots of work so i guess bounty is the only way to make this possible
  3. L

    WEB PEEK

    http://code.google.com/p/pyroscope/wiki/OutputTemplates#Using_Tempita_for_full_output_control Dump a static web page, done.
  4. L

    Automatically throttle torrents with a certain label?

    Is there any possible way this could be done? :/
  5. L

    RSS fast-resume -> seed

    What about something that check torrents name, size and Number of files. If it is a match it fast resumes..?
  6. L

    RSS fast-resume -> seed

    Why would you get a ban? It's the same movie and files just upped on another tracker?..
  7. L

    RSS fast-resume -> seed

    Hey guys, im new here at the forum! I've been using ruTorrent for a while now and just thought if a crazy idea that would make things much easier, atlest for me. I do not know how easy this will be to implement or if it's even possible to do, as I have no knowledge of how to do this myself...
  8. L

    Multiple labels per item

    Anybody else interested?
  9. L

    Specify Users Maximum 'DiskSpace'

    I would like a setup like this on my server is there any way to do it?
  10. L

    Specify Users Maximum 'DiskSpace'

    Why not write a basic php script to display in a new tab ( in conjunction with your userquotas you have set) how much space the user has to use and the php script will show how much space is left for that specific user. Your quotas will keep them in check and the php script will tell the user...
  11. L

    Add multiple torrents in one go

    This is one of the very few features that makes rutorrent less pleasant than other clients.. Being able to add multiple torrents in one go is sometimes very welcome and would be a nice feature for future updates Thanks
  12. L

    Automatically update tracker when deleting torrent

    ruTorrent is a web frontend. It can't work with a trackers directly.
  13. L

    [Bounty] Apply label and place torrent in directory based on tracker

    Still no replies, so I am upping the bounty to $40.
  14. L

    implementing actions on multiple torrents at one time (delete/start/pause many)

    I'd like to thank the developers for making a great product!! One of the most irritating things with rutorrent is removing finished torrents after they have been downloaded. I'd like an option where more than one torrent can be selected and then use the delete or remove option. If there was a...
  15. L

    External IP in Title

    Hi. I really like this idea, but it doesnt achieve the required result. This pulls the external ip of the server, but if the torrent client is tunnelled through vpn service then it doesnt pull the vpn service ip. Is this something that can be done? Actually, I quickly googled and solved this. I...
  16. L

    Download, Upload Status page in the titlebar and more.

    https://github.com/SanKen/rutorrent-titlebar
  17. L

    Download, Upload Status page in the titlebar and more.

    OK, I didn't know that this is already exists... Anyone interested in plug-in this topic?
  18. L

    Download, Upload Status page in the titlebar and more.

    thanks works. Now how to add it to the menu with the possibility to enable, disable. ?
  19. L

    Download, Upload Status page in the titlebar and more.

    Give me a clue. I really do not know for what to take ... my init.js looks like this. Code: plugin.updateStatus = theWebUI.updateStatus; theWebUI.updateStatus = function() { var self = theWebUI; var speedDL = theConverter.speed(self.total.speedDL); var speedUL =...
  20. L

    Download, Upload Status page in the titlebar and more.

    I added something like that to webui.js updateStatus: function() { var self = theWebUI; var speedDL = theConverter.speed(self.total.speedDL); var speedUL = theConverter.speed(self.total.speedUL)...