Turn Off Extraction on CL AMC

Any questions? Need some help?
Post Reply
Louise
Posts: 3
Joined: 16 Nov 2013, 23:15

Turn Off Extraction on CL AMC

Post by Louise »

Hi.
Let me start by saying that this program is amazing! It's has as promised saved hours and hours....

I'm wondering if there is a way to turn off the extraction in the amc script or don't extract if the file already exists?

I have a FTP program that monitors a shared seedbox. Torrents on the seedbox are set to seed for 5 days and then delete. I have an FTP program one-way mirroring so files in my local folder remain for the same 5 day period as the shared seedbox. I'm using a scheduled task to run filebot and --def excludeList=amc-input.txt so the files are not processed every time but it doesn't change the extract process and all files still extract every the time.

My thinking is I could run the extract script on newly downloaded files and run amc with extract turned off on a schedule.

My Command Line:
call filebot -script "fn:amc" "C:/localseedbox" --output "z:/Home Theater" --def excludeList=amc-input.txt --action copy --conflict override -non-strict --def music=y artwork=y --def xbmc-192.168.1.107 --def gmail=user:pass --def clean=n

Thanks again for an amazing program,

Louise
User avatar
rednoah
The Source
Posts: 23928
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Turn Off Extraction on CL AMC

Post by rednoah »

--conflict override also make the extract(...) call use override logic. Do this instead:

Code: Select all

--conflict skip
:idea: Please read the FAQ and How to Request Help.
Louise
Posts: 3
Joined: 16 Nov 2013, 23:15

Re: Turn Off Extraction on CL AMC

Post by Louise »

Thank you for the quick response.
I must be doing something wrong.
I set up a test folder and tried:

C:\>call filebot -script "fn:amc" "C:/seedtest" --output "z:/Home Theater" --def excludeList=test.txt --conflict skip --log-file amc.log

I ran it twice so the exclude list was checked on the second run but all the the files extracted both times when they already exist. amc.log is attached.

Louise

FileBot 3.8 (r1848) / Java(TM) SE Runtime Environment 1.7.0_09
amc.log
User avatar
rednoah
The Source
Posts: 23928
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Turn Off Extraction on CL AMC

Post by rednoah »

I see, you're moving files. Looks like you're out of luck in this case. You'll need modify the script yourself to fit your needs.

PS: Just how big is your rename history???
:idea: Please read the FAQ and How to Request Help.
Louise
Posts: 3
Joined: 16 Nov 2013, 23:15

Re: Turn Off Extraction on CL AMC

Post by Louise »

Ok, thanks. I will try to modify the scripts. I'm a newbie but will struggle through with trial and error.
Regardless, this is a great program, donation has been sent.

Louise
PS my history.eml is 21690KB
Post Reply