How to auto move to a directory based on label

das329717

Member
May 25, 2018
928
0
16
Hello,
here is what to put in your .rtorrent.rc (0.8.5+) to auto move files when finished to a directory ending with the label:
system.method.set_key = event.download.finished,move_complete,"execute=mv,-u,$d.get_base_path=,\"$cat=/your/path/,$d.get_custom1=\";d.set_director
y=\"$cat=/your/path/,$d.get_custom1=\""
This will move finished downloads to /your/path/label directory.
you can also set log.execute=/tmp/rtorrent.log to see what's going on behind the scene.