Hi there,
I use the following code to move all completed downloads to a different folder.
Code:
system.method.set_key = event.download.finished,move_complete,"d.set_directory=/stnick/data/completed;execute=mv,-u,$d.get_base_path=,/stnick/data/completed"
This works great for me as then everything that lands up in /completed is then automatically synced down to my home computer.
However, occasionally I want to download something on my seedbox that I do not wish to be downloaded automatically to my home PC. So when I load the torrent, I specify a different target directory but the above code still moves it to /completed.
uTorrent has a sub-feature of "move completed" called "Only from download folder". When this is ticked, uTorrent will only move completed downloads from the DOWNLOADS directory, and not from any other directories.
Is there a way to implement this functionality in rTorrent? Thanks in advance for any help / suggestions.
I use the following code to move all completed downloads to a different folder.
Code:
system.method.set_key = event.download.finished,move_complete,"d.set_directory=/stnick/data/completed;execute=mv,-u,$d.get_base_path=,/stnick/data/completed"
This works great for me as then everything that lands up in /completed is then automatically synced down to my home computer.
However, occasionally I want to download something on my seedbox that I do not wish to be downloaded automatically to my home PC. So when I load the torrent, I specify a different target directory but the above code still moves it to /completed.
uTorrent has a sub-feature of "move completed" called "Only from download folder". When this is ticked, uTorrent will only move completed downloads from the DOWNLOADS directory, and not from any other directories.
Is there a way to implement this functionality in rTorrent? Thanks in advance for any help / suggestions.