Page 1 of 1

Copy files with amc script

Posted: 23 Aug 2014, 00:46
by scallawa
Is there a way to move the files if filebot had to extract it but to do a copy instead if the video file wasn't extracted by filebot?

Re: Copy files with amc script

Posted: 23 Aug 2014, 02:38
by rednoah
--def deleteAfterExtract=y Delete archives after extraction
--def clean=y Automatically empty folders and clutter files that may be left behind after moving the video files or temporary extracted files after copying

Re: Copy files with amc script

Posted: 23 Aug 2014, 04:55
by scallawa
I am not sure those will do what I want. Let me explain what I am trying to prevent and maybe you can present a solution.

Most of the torrents that I download are compressed. My current process, extracts the file, renames it and then moves it to another drive. I am also getting some downloads that are uncompressed. Everything still works the same but in this case the file that I need to seed for torrenting is being moved.

I was hoping I could keep the same process for files that need to be extracted but if the file didn't need to be extracted then just do a copy instead. Hope that makes sense.

Re: Copy files with amc script

Posted: 23 Aug 2014, 11:06
by rednoah
Yes.

Code: Select all

--action copy --def clean=y