A couple of feature requests

First

  • The ability to change the settings of multiple pictures at once. Would be nice just to save some time. For example I have 100 Result pictures and realize that I would like to change the discrepency to 2%. Unfortunately I have to select each picture individually to do this.

Second

-Make a option so the image doctor will pause the script rather then have a countdown and continue. This would be nice because when I first create a script and run it then I can work on something else at the same time on another computer and not miss all the image doctoring prompts.

Thanks for the suggestions!

On the second one, you’re in luck. :slight_smile: There’s a (currently undocumented) default that you can set to control this called DelayForDoctor. To set the number of seconds the timer will run, give a command like this in a Terminal window:

defaults write com.redstonesoftware.Eggplant DelayForDoctor 120

The example above will start the countdown timer at 120 seconds. If you set it to 0 the timer won’t run at all.

Perfect that will help out a lot.