It would be nice if you could choose in the export window to export the edited image to a subfolder (e.g. DXO Edited) of the original image. This would make the folder structure tidier. Currently you always have to create this subfolder by hand and then change it each time you export.
In Windows I use â./exportâ in the path to export to which will export to a directory named âexportâ in the directory where the file is located. You can take this further and export to a directory above the fileâs directory with â../exportâ.
Use \.\. to get ..
I just did a test and found that it works with just the âOriginal Image Folderâ on the dropdown and a simple folder name without the need for any dots or slashes. But that is on Mac, is it different on Windows?
On Windows: Choose Destination to be Custom Folder, close the folder explorer opened by PL, and edit the Path setting directly in the PL Export box.
EDIT: With this method, if specified subfolder does not exist, it will be automatically created by PL. Personally I use subfolders like âJPGâ_q90, âJPG_4kâ, for various export options added manually.
But have you tested the way I showed to see if it works on Windows?
That is what Roman has requested and I think it already exists, at least, on Mac
On Windows, if you choose Original image folder for the Destination, you donât have the Path setting box (only the Suffix box is displayed, PL7.8/Win).
Thanks for the hint on the relative path option in this setting.
This is what I have searched for.
Thanks for all the replies.
Theme is closed then.
Wow! For future reference, can you post screenshots showing the list on the drop-down and the dialog with the âOriginal image folderâ selected?
Here they are, with âAdvanced settingsâ expanded.
On Windows, these settings are saved in the user.config file specific for the user (somewhere in appData/Local). If you choose âCustom image folderâ on a âfreshâ configuration, Windows File Explorer is opened. You may either use it to set an absolute path, or just close it and edit Path yourself, which may be absolute or relative to original location, empty value being equivalent to choosing âOriginal folderâ. After you edit the Path, you can continue with Export or just press Cancel button â in both cases the Path setting will be saved. If you later switch to âOriginal folderâ, the Path will still be ârememberedâ and used when you switch back to âCustom image folderâ. If you want to choose an absolute path later, you may edit it directly in the box, or click on the File folder button present to the right of Path setting box, to launch Windows File Explorer and choose the destination folder using mouse clicks only.
Just to add some extra infoâŠ
As @Joanna has written, the subfolder works as shown with PhotoLab on macOS.
Moreover, this also works for projects.
If images have been added from different folders, the originating folders get a subfolder each - but the project is left as is. Wouldnât it be helpful to create a subproject too? A subproject would help to see the results in one place. Now we have to search folders to see the resultsâŠand it would even be worse if we exported to original folders.
Current workaround:
- Export twice, one to subfolder, one to custom folder, both of wich can be done in one step
- Create a project from the custom folder
- Delete duplicates as necessary or wanted after reviewing the results
Of course, you could use search (for latest additions) insteadâŠif it worked at all. But you can rename files on export (e.g. with a special suffix), search for that and then do whatever you like.
Well, I must say that I can understand why Roman put in this feature request.
Can I suggest this be reworded to "implement export dialog as for Mac?
I think it is not very user friendly to expect users to know the command line syntax for âa sub-folder of the current oneâ
.\Export
⊠instead of just typing in or navigating to the unadorned folder name.
You donât need the preceeding â\.â on Windows. Itâs implicit, if the Path does not start with â<drive>:â, or â\â, or â..\â.
Perhaps Iâm confused by request, but I save to subfolders all the time in Windows 11.
PL even creates the subfolder as needed.
In the export popup windowâŠ
Destination: Custom Folder
Path: /subfolder name That is a forward slash followed by the desired subfolder name.
âŠ
Added âDxO Exportedâ subfolder to my 20240814 folder. See folder structure on left
Thatâs both interesting and confusing, because the Windows path separator is the backslash \
, not the forward slash
Not sure why. Perhaps DxO works like unix or URL structure.
Does the â/subdirectoryâ usage work the same in Mac to create and or add photos to the subdirectory?
In theory, the forward slash at the start of a path should lead to the root directory of disk. I am not near my Mac at the moment to check