An incredibly useful function would be to move files that have completed seeding (met the target ratio rate) to a new directory.
So for example, when a torrent is first added it is in:
/data/torrents/incomplete/
then when it finished downloading, it's moved to
/data/torrents/seeding/
then when it's finished seeding, the torrent is stopped and files moved to
/data/torrents/complete
and at that point it can be moved to it's final destination, renamed, deleted etc
An incredibly useful function would be to move files that have completed seeding (met the target ratio rate) to a new directory.
So for example, when a torrent is first added it is in:
/data/torrents/ incomplete/
then when it finished downloading, it's moved to
/data/torrents/ seeding/
then when it's finished seeding, the torrent is stopped and files moved to
/data/torrents/ complete
and at that point it can be moved to it's final destination, renamed, deleted etc