Torrent Invites - Get your free bittorrent tracker invitations! - Powered by vBulletin
Ad
Results 1 to 4 of 4
  1. #1

    Posts
    763
    I'm looking for some expert level advise on how to get rtorrent to move finished downloads into a "finished download" directory, yet keep seeding them.

    So we're clearly going to need to schedule tasks within rtorrent, and it's simple enough to cue off of a torrent state change (in this case "on_finished"). How exactly do you get finished torrents moved over? Can the command called by the scheduled task be any os command, or must it be an internal rtorrent command? And how can we point the torrent to the download's new location to keep it seeding?

    I'm hoping that much of this can be done from within rtorrent, by configuring the .rtorrent.rc file. I can see how this process can be helped with external scheduled shell commands, but I'm hoping that someone's figured out how to hack together this functionality before I start re-inventing the wheel.



    Thanks for any help
    Looking for a tracker review? ---------> MIA, we'll figure out something else soon.


  2. To remove ads become VIP. Inquire about advertising here.
  3. #2


    Posts
    899
    Yes this can be done with the rtorrent.rc file. All u need to do is add a line, like this, to the config file:

    system.method.set_key = event.download.finished,move_complete,"execute=mv,-u,$d.get_base_path=,/path/to/new/dir;d.set_directory=$/path/to/new/dir"

    Make sure its all one line or rtorrent wont be able to read it. Also if u use rutorrent there is a plugin called auto_move which takes advantage of this without adding any line to the rtorrent.rc file. i never used it before, but u may want to check it out.

  4. #3

    Posts
    763
    Quote Originally Posted by MikeD View Post
    Yes this can be done with the rtorrent.rc file. All u need to do is add a line, like this, to the config file:

    system.method.set_key = event.download.finished,move_complete,"execute=mv,-u,$d.get_base_path=,/path/to/new/dir;d.set_directory=$/path/to/new/dir"

    Make sure its all one line or rtorrent wont be able to read it. Also if u use rutorrent there is a plugin called auto_move which takes advantage of this without adding any line to the rtorrent.rc file. i never used it before, but u may want to check it out.
    Thanks Mike, if only I knew what to look for. This call to "system.method" isn't documented in the manual pages, horrible.
    Looking for a tracker review? ---------> MIA, we'll figure out something else soon.

  5. #4


    Posts
    899
    Your welcome. Yeah i know the man pages doesnt give u any info at all. Actually u could use "on_finished" as well i think, but im not 100 % sure. I know i used to be able to in older versions of rtorrent, but someone on a tracker taught me to use "system.method" instead for 0.8.5, so i never really tried with "on_finished" before. Im sure it would still work though.

Similar Threads

  1. Replies: 7
    Last Post: 01-02-2011, 01:58 PM
  2. USB Flash drive expert needed!!! Please
    By iphonekhsc in forum Help
    Replies: 18
    Last Post: 10-14-2010, 03:09 AM
  3. Replies: 7
    Last Post: 06-27-2010, 05:00 AM
  4. Seedbox downloaded torrent but wont seed
    By querico in forum Help
    Replies: 6
    Last Post: 04-12-2010, 06:45 AM
  5. uTorrent: Move/rename folder and keep seeding
    By burrito in forum Software
    Replies: 28
    Last Post: 03-24-2009, 02:41 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •