Search results

  1. P

    RSS fast-resume -> seed

    5. You got a ban on the corresponding tracker. Because data of the MOVIE1 from the point 4 isn't equal to the data from the point 1.
  2. P

    discussion about further features

    nice to read, that one of my suggestions has already been implemented - hope, that the others will follow...
  3. P

    discussion about further features

    Hi folks, recently I had some ideas, which other users also might find useful: Assuming, that everyone does have several hdds/partitions/folders, ordered by films, apps, games, etc. and furthermore they are using correlative groups like films, apps, games, etc. it would be great to have the...
  4. P

    Ratio Group Logic

    For example, you can write your own plugin. See code of existing plugin 'ratio' as example.
  5. P

    Add multiple torrents in one go

    I would also like to have this feature enabled. Although I've been with a seedbox provider who is running the same rutorrent version as my current seedbox but I was able to add more than one .torrent file at a time. So definitely some people out there have been able to get this working. The...
  6. P

    Specify Users Maximum 'DiskSpace'

    I was wondering if there was a way of specifying to rutorrent the maximum disk space for a particular user? For instance I run multiple users on some boxes, and use userquota/groupquota for diskspace restriction. I am able to edit the values passed via the 'disk_total_space() &...
  7. P

    Automatically update tracker when deleting torrent

    I mean when you right click a torrent in rutorrent and select "update tracker" it manually updates the tracker for you at that moment and then you can remove/delete it. Is there no way to make it do that when "stop" or "remove w/ data" is pressed before the action of stopping or removing...
  8. P

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

    Bounty: $20 I tried to get the functionality working with autotools with little success. I could only apply the tracker name as the label, but I couldn't get it to save to the tracker directory automatically. Ideally it would work like this. I download a torrent from tracker.com. The torrent...
  9. P

    Add all .torrents from a directory

    rTorrent watch folder or add a watch folder via the AutoTools plugin.
  10. P

    [BOUNTY][COMPLETED] Create symlink from drop down menu

    Is it possible for you to examplify the script to support multiple menu items We are trying to accomplish 'Mark for user1 rsync' 'Mark for user2 rsync' Initially we copied the plugin to another name, and tried to run both plugins with a couple unique vars. (We changed all instances of...
  11. P

    [BOUNTY][COMPLETED] Create symlink from drop down menu

    Works great!! Where do I send bounty?
  12. P

    Download, Upload Status page in the titlebar and more.

    Thank you for you quick reply. So how I can switch on/off this feature? On my titlebar is just info about ruTorent version: RuTorrent v3.6 (svn$re.....) etc Thank you in advice Edit: Yes.I found it in the rutorrent settings Edit2 Where and how I can edit titlebar settings? I would...
  13. P

    Download, Upload Status page in the titlebar and more.

    Hi all, This plugin no working any more in rtorrent/rutorrent
  14. P

    Download, Upload Status page in the titlebar and more.

    This is your plugin, right? Try to see existing plugins.
  15. P

    Download, Upload Status page in the titlebar and more.

    Try to dubug code and think. May be addition line Code: theWebUI.setStatusUpdate(); to the end of code will helps you?
  16. P

    Download, Upload Status page in the titlebar and more.

    Write it by self. Your plugin must include 2 files - plugin.info and init.js. Take first file from any existing plugin (for example, from plugin 'rpc') and correct it. Second file must contain something like Code: plugin.updateStatus = theWebUI.updateStatus; theWebUI.updateStatus = function()...
  17. P

    [BOUNTY][COMPLETED] Create symlink from drop down menu

    I don't necessarily need a plugin, maybe just a hack, I can't see it being too difficult.. I use multiple watch directories with multiple directories the completed torrents end up at. /downloading - temporary downloading dir /drop.seed - a watch directory /drop.user1 - another watch directory...
  18. P

    Enhancement request for Autotools

    May be. Try to ask from the author of rtorrent.
  19. P

    [BOUNTY] Record webuser in history plugin

    Thank's for your answer. Actually, I want to log only torrent added from "Add a torrent" and "Extsearch" functions. So webuser is recordable in this case, isn't it ?