[Feature Request]Option to disable extraction

All your suggestions, requests and ideas for future development
Post Reply
SLiX
Posts: 8
Joined: 30 Mar 2014, 18:16

[Feature Request]Option to disable extraction

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

Re: [Feature Request]Option to disable extraction

Post 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
:idea: Please read the FAQ and How to Request Help.
SLiX
Posts: 8
Joined: 30 Mar 2014, 18:16

Re: [Feature Request]Option to disable extraction

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

Re: [Feature Request]Option to disable extraction

Post 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 ヾ(@⌒ー⌒@)ノ
:idea: Please read the FAQ and How to Request Help.
SLiX
Posts: 8
Joined: 30 Mar 2014, 18:16

Re: [Feature Request]Option to disable extraction

Post by SLiX »

I think the cache was the problem.
Seems working very good.
Thank you :D
Post Reply