Delete file in extracted folder, but keep the rars - AMC
Posted: 16 Feb 2018, 12:31
Is it possible to delete the extracted MKV in the source folder, after copying to the destination folder? ONLY delete if it is extracted, if the torrent is a pure MKV, I want to keep it.
I tried the clean parameter, but that deleted the folder, and I need those RARs to keep on seeding
For example something like:
If not, then perhaps a clean job afterwards?
Thanks!
I tried the clean parameter, but that deleted the folder, and I need those RARs to keep on seeding

For example something like:
Code: Select all
if(extracted) file action = move
else file action = copy
If not, then perhaps a clean job afterwards?
Thanks!