Copy files with amc script
Copy files with amc script
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
--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
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.
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
Yes.
Code: Select all
--action copy --def clean=y