Copy files with amc script

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
scallawa
Posts: 3
Joined: 22 Aug 2014, 23:30

Copy files with amc script

Post 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?
User avatar
rednoah
The Source
Posts: 23946
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Copy files with amc script

Post 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
:idea: Please read the FAQ and How to Request Help.
scallawa
Posts: 3
Joined: 22 Aug 2014, 23:30

Re: Copy files with amc script

Post 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.
User avatar
rednoah
The Source
Posts: 23946
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Copy files with amc script

Post by rednoah »

Yes.

Code: Select all

--action copy --def clean=y
:idea: Please read the FAQ and How to Request Help.
Post Reply