Page 1 of 1

Delete file in extracted folder, but keep the rars - AMC

Posted: 16 Feb 2018, 12:31
by znerken
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:

Code: Select all

if(extracted) file action = move
         else file action = copy

If not, then perhaps a clean job afterwards?
Thanks!

Re: Delete file in extracted folder, but keep the rars - AMC

Posted: 16 Feb 2018, 16:02
by rednoah
--action copy --def clean=y might be what you're looking for.

Re: Delete file in extracted folder, but keep the rars - AMC

Posted: 16 Feb 2018, 16:13
by znerken
I tried that, but that removed the whole folder with the rar's as well? Perhaps I did something wrong?

Re: Delete file in extracted folder, but keep the rars - AMC

Posted: 16 Feb 2018, 16:17
by rednoah
Not sure. Can you post the logs?

Re: Delete file in extracted folder, but keep the rars - AMC

Posted: 16 Feb 2018, 16:26
by znerken
rednoah wrote: 16 Feb 2018, 16:17 Not sure. Can you post the logs?


Tested again, you know what.. my fault. I had action duplicate!


This software ROCK!

Re: Delete file in extracted folder, but keep the rars - AMC

Posted: 16 Feb 2018, 16:50
by rednoah
--action copy and --action duplicate are essentially the same thing. --action duplicate means hardlink if possible, copy if necessary.

So not sure what's going on here. Doesn't make sense to me anyway. :lol: