Ticket #1960 (new enhancement)
Opened 2 years ago
Move file when seeding is complete
| Reported by: | rhys@alum.mit.edu | Owned by: | rakshasa |
|---|---|---|---|
| Priority: | normal | Component: | rtorrent |
| Version: | Severity: | normal | |
| Keywords: | Cc: |
Description
When a torrent has reached it's seeding goal I'd like to move it to a different directory so I can tell which torrents are safe to move and which need to stay put to support seeding.
For example, is there a way to execute something like this:
system.method.set_key = event.download.finished,move_complete,"execute=mv,-u,$d.get_base_path=,~/Download/;d.set_directory=~/Download/"
When the following rules say that seeding is complete: # Enable the default ratio group. ratio.enable=
# Change the limits, the defaults should be sufficient. ratio.min.set=100 ratio.max.set=300 ratio.upload.set=20M
# Changing the command triggered when the ratio is reached. system.method.set = group.seeding.ratio.command, d.close=, d.erase=
Thanks,
Phil/TW
