Search results

  1. S

    Move finished downloads to pre-defined folder USING labels

    any time bro, also, you might want to look into the "auto watch" part of autotools too. It's really cool, it adds a nested set of watch directories into the mix, so you can set up some dir hierarchy which you can use to add .torrent files to (similar to how watch dir's work anyways) but the...
  2. S

    Move finished downloads to pre-defined folder USING labels

    It's quite simple. Autotools is basically designed to label based on dir and move stuff based on label, so it's simple. Lets say your download dir is /home/wonslung/download and you want finished stuff to go to /mnt/Complete/ First, create some subdirectories (these will be your labels)...
  3. S

    Move finished downloads to pre-defined folder USING labels

    well, all i can say is "open a bounty" It already works fine for me with autotools + rss
  4. S

    Right Click Button

    Try to use plugin 'ipad'. Hold touch for emulate of right mouse button.
  5. S

    [Bounty] modified autotools unpack

    wouldn't mind a more advanced version of autotools, updating the unpack and move plugins. i'd like something that would allow you to unpack from more than one folder at a time (and move) to a specified directory and also allow you the option of what to auto unpack, possible an option in the...
  6. S

    Desperately Seeking New Feature... :-)

    This feature is named 'php'.
  7. S

    Twitter Bootstrap (CSS/HTML) implementation

    There is no profit, it's free software... The reason we would want to update the UI is to make the software better, more responsive, and easier to interact with. Because this is a web UI in the first place, I would think that to a pretty important priority. RU Torrent looks and feels as though...
  8. S

    [BOUNTY] Label Icons ~Complete~

    Nice. I put the couchpotato.png in rutorrent/plugins/tracklabels/labels/movie and it worked great. Bounty sent.
  9. S

    [BOUNTY] Label Icons ~Complete~

    Thanks! This is working really good. I do have one problem: I use the autotools AutoLabel feature with a {DIR} template. So some of my labels have a / in them. I need to be able to assign an image to a label with a / in the name. Perhaps the png file could contain a % char rather than a /...
  10. S

    [BOUNTY] Label Icons ~Complete~

    Current Bounty: $20 I was looking at my rutorrent set up and I thought to myself that I would really like some icons for the labels that I use. So I found some icons and added some css to style.css and this is what it looks like. So what I would like is an easier, supported method to add...
  11. S

    Feature Suggestion/Request: "Last Active" Column, like in uTorrent

    http://wiki.rtorrent.org/Recipe/Keep%20track%20of%20when%20an%20item%20was%20last%20active "last peer connection" is a little different from "last data transfer", but usually both things coincide. Also, the "Variation" is even closer to the notion of "data transferred"; and it puts less stress...
  12. S

    A super idea suggestion that would make my life complete!!

    "Open in browser" now opens a new tab or window. You would like the content from that new tab/window inside the rutorrent tab? How? What do you expect it to look like? The "actual title" already appears in the name column See people's reviews? So you want rutorrent to retrieve comments from the...
  13. S

    Bad response from server: (500 [error,getplugins]) after upgrading ubuntu :(

    Sorry to bump a dead topic, but I found the solution and I figure it might be useful to anyone else with the same problem. You have to install the package php5-json. json used to be included in php5-common but it was taken out in ubuntu 13.10 for some reason. Code: sudo apt-get install...
  14. S

    check_port : display text error message in log pane

    Currently the check_port plugin if it does not successfully verify an open port results in the display of a message such as "Bad response from server" 0 "[error,portcheck]" It would be really helpful if the check_port plugin produced a message something akin to check_port failed to verify...
  15. S

    [BOUNTY] Unpack - delete archive option

    I just submitted a pull request that implements this functionality. https://github.com/Novik/ruTorrent/pull/1050 Let me know what you think.
  16. S

    [BOUNTY] Unpack - delete archive option

    Current Bounty: $10 I would love to see the option to automatically delete the archive files after a successful unpack. I would like a checkbox option in the Unpack config that says 'Delete archive files after unpacking'. When this is checked, it should automatically delete all archive files...
  17. S

    RSS Manager - Download .torrent File to a Watch Directory

    Use a non-buggy and way better app like FlexGet. The rssdler code gave me nightmares.
  18. S

    possible stat and info page ?

    hello.... is it possible to make a plugin like rtorstat to create a info index page for forums or other sites ? like this ? thanks in advance
  19. S

    Back to load on webui!

    See plugin "diskspace" for example.