Auto import export for Lightroom which applies all favorite presets
Easily edit (flagged) photos with a set of presets, convenient for events where you continuously want to output your pictures.
- Clone this repository or download the folder to your disk.
- Add the plugin by adding the folder in Lightroom via
File > Plug-in Manager
or pressCtrl+Alt+Shift+,
-
Prepare your presets in the favorites folder. For convenience you can create a preset that first applies
Auto Settings
and then another preset to create the look and feel you want to have. For example you can set it up like this: -
(Optional) Flag all photos you want to apply the filter to and export as
Flagged
. -
Open the
Auto Import Export
window by navigating toFile > Plug-in Extras > Auto Import Export
. -
Specify which Lightroom folder you want to apply the script to.
IMPORTANT: Make sure to press "Tab" after selecting the folder from the dropdown, otherwise this will not propagate.
-
(Optional) Select an export preset.
-
(Optional) Change the export location (default:
~/Downloads
) -
Basically there are two options:
(A)
Process flagged/all
apply the script once to the pictures in the folder(B)
Watch flagged/all
that will run the script every 60 seconds -
This will process all pictures by:
- Applying the presets in the favorite folder (top to bottom) that have are flagged (or all when
all
is selected) - Rating the picture with 3 stars to keep track which pictures do not need to be processed again
- Exporting full quality JPEG to the specified folder (or based on custom settings when a custom export preset is selected)
- Applying the presets in the favorite folder (top to bottom) that have are flagged (or all when
-
Press pause watcher if you want to stop the watcher. If you want to run the script in the background press
OK
orCancel
.Note: that it will keep on running as long as Lightroom is open (a more neat solution is yet to be found).
-
Enjoy your edited photos without lifting a single finger!
If you have any suggestions for improvements feel free to open a pull request or creating an issue.
Whishlist
- Change functionality of
OK
andCancel
buttons to run the script in the background or stop it.