Using the "Torrent Complete" Execute function I would like to be able to do the following
A - Copy completed Torrent files/directory to local Hard Drive (I can do this with a Bash script no probs)
B - When the Copy above has completed I want to set the path to the new copied location.
I've come accross this Python Function "set_save_path(save_path)" in the Wiki, but have no clue about
how to use it or write the code. (Can someone help me here please)
C - Remove the original downloaded files/folder (I can do this with a Bash script)
Reason I don't want to use the "Move Completed" function is that I want to continue seeding until the copying
has finished, using the "Move Completed" function pauses the download, for which I dont want.
Also I'm downloading straight to RAM initially as this is really really quick, but obviously limited by it's size.
Hope you can help, obviously if it's even possible

SRT.