Search results

  1. J

    JS error On rutorrent webUI

    Try clearing your cache
  2. J

    Ratio groups question?

    I would to seed for example torrent for 72h regardless or which ratio and how much date is transferred. Should I set it something like Min: -1 Max: -1 UL,DL: -1 Time: 72 Action: ... Would that seed for 72h regardless of ratio?
  3. J

    Can the colums order be changed ?

    Ops thank you I did not know. :-)
  4. J

    Can the colums order be changed ?

    Strange question. Simple move it. Press left mouse button on the column's header, hold it, drag column to it place and release mouse button.
  5. J

    sync .torrents which are seeding to actual data

    Assuming you don't do autotools incantations and the like... http://code.google.com/p/pyroscope/wiki/OutputTemplates#Listing_all_orphans_in_your_download_directory
  6. J

    Can the colums order be changed ?

    Sorry for my English :-) Can I change the order in which the torrent details are given ? now I have name, status, size, done etc.but for example I would like to move the ETA column right after the name. Thank you
  7. J

    Separate watch & completed directories.

    No, no I don't want that... you're very right. So can you help me understand branch statements then? As mentioned the way that the config uses a system of quotes and parentheses rather than something like C++ is making it hard for me to understand where and how you would define the if and else...
  8. J

    Separate watch & completed directories.

    Okay, so let's see if I can understand this starting there. One thing at a time. Does that mean that this will work? From what I understand setting the custom variable says "hey, I'm a custom filepath use me for things" but I don't get why it needs to be included twice - is it because if you...
  9. J

    Separate watch & completed directories.

    From this page: http://libtorrent.rakshasa.no/wiki/RTorrentCommands And this example: Code: [Select] if (cond1) { branch1 } <cond1>,<branch1> if (cond1) { branch1 } else if (cond2) { branch2 } else { branch3 } <cond1>,<branch1>,<cond2>,<branch2>,<branch3> on_start =...
  10. J

    Separate watch & completed directories.

    So for branch=part, it should be like this? Code: directory = ~/files schedule = watch_directory_1,10,10,"load_start=~/watch/*.torrent" schedule = watch_directory_2,10,10,"load=~/watch/FLACs/*.torrent,d.set_custom=datflac,~/FLACs" system.method.set_key =...
  11. J

    Separate watch & completed directories.

    Could you perhaps elaborate and help fix then?
  12. J

    Separate watch & completed directories.

    So like this then? Code: directory = ~/files schedule = watch_directory_1,10,10,"load_start=~/watch/*.torrent" schedule = watch_directory_2,10,10,"load=~/watch/FLACs/*.torrent,d.set_custom=datflac,~/FLACs" system.method.set_key =...
  13. J

    Torrent not registered with this tracker error with uTorrent 3+ created torrents

    http://code.google.com/p/rutorrent/wiki/GetFromSVN
  14. J

    Torrent not registered with this tracker error with uTorrent 3+ created torrents

    Yes, this error known (issue 668 is a duplicate) and update to ruTorrent is already exist (original issue is fixed).
  15. J

    Separate watch & completed directories.

    So I'm trying to get into the business of transcoding FLACs, but my FLAC torrents get mixed up with my normal ones and it's all silly because I need to batch download things to the proper locations. To compensate for this, I've created appropriate directories for my FLAC torrents and files, but...
  16. J

    Torrents pause after completing

    1) latest *stable* is 0.8.9 2) https://github.com/rakshasa/rtorrent/issues/21
  17. J

    Torrents pause after completing

    What do you mean under the word "latest"? Latest stable version? Latest unstable version? Latest git version? Are you understand diagnostic?
  18. J

    How to always create item directory

    Can't find the feature where you can set each download to it's own directory? All I can find is to move completed downloads to another directory, this is not what I am looking for. I want each download to be put into it's own directory, like data/TORRENTNAME/torrent
  19. J

    How to restart rtorrent with brocks script

    Try deleting /home/<username>/rtorrent/session/*.lock and restarting, if that doesn't work switch to user and just run rTorrent directly, you'll be informed of any error.
  20. J

    How to always create item directory

    hi There, How will I be able to setup rutorrent to always create a directory for a download. For example, Default path is private/rtorrent/data/ Most download are located in /data/ (no in another directory) But I want it to always seperate downloads each in their own directory, possibly...