Page 1 of 1

[Feature Request]Option to disable extraction

Posted: 30 Mar 2014, 18:25
by SLiX
This feature request is concerning to the amc script:
It would be nice to have an option like this "--def skip extraction".
My archives are already extracted by another program.

I tried to delete the lines about extraction in the amc script, but that didn't work for me

Thanks in advance

Re: [Feature Request]Option to disable extraction

Posted: 30 Mar 2014, 20:10
by rednoah
If you use dev:amc there's now to more options:
--def storeReport=y Save HTML reports to local filesystem as well
--def skipExtract=y Do not extract archives

Re: [Feature Request]Option to disable extraction

Posted: 31 Mar 2014, 09:44
by SLiX
Thanks for your fast reply! :)
I updated the amc script, added the parameter but amc is still reading/extracting my archives.
"--def skipExtract=y" is recognized as a parameter, but it doesn't work for me

Re: [Feature Request]Option to disable extraction

Posted: 31 Mar 2014, 11:00
by rednoah
Logs? Try -clear-cache to make sure it grabs the latest script. You are doing filebot -script dev:amc right?

It works here:

Code: Select all

...
Parameter: skipExtract = y
Exclude: D:\workspace\testdata\AMC-TEST\asdf.zip
Done ヾ(@⌒ー⌒@)ノ

Re: [Feature Request]Option to disable extraction

Posted: 31 Mar 2014, 17:26
by SLiX
I think the cache was the problem.
Seems working very good.
Thank you :D