Skip to main content
SilverHK
Participant
February 4, 2016
Question

Export destination path is reset

  • February 4, 2016
  • 2 replies
  • 1499 views

Dear Community,

by defining the export settings for a LrExportSession we are delivering a destination path to LR_export_destinationPathPrefix for saving the exported images.

After installing Lightroom 2015.4 this destination path is ignored and reset to the "Desktop" during the processing of doExportOnCurrentTask. Now every exported image is placed on the Desktop and not inside the defined destination path anymore. Before I installed 2015.4 I used 2015.3 and everything works fine.

Did Adobe adjust or expand this field of "Exporting" or could it just be a bug?

This topic has been closed for replies.

2 replies

Participant
April 14, 2016

Set the LR_export_destinationType to "specificFolder". Otherwise it defaults to "desktop".

Sean H [Seattle branch]
Known Participant
August 19, 2016

I see this now, too. Defaults to Desktop every single export. Before, it would default to the last used Export folder. What gives?

[ ◉"]
johnrellis
Legend
August 22, 2016

Are you writing your own plugin that does exports, or are you invoking File > Export from the user interface? If the latter, see this thread for how to fix the issue: Re: Export not remembering last folder I exported to

johnrellis
Legend
February 4, 2016

I just tested a couple of my plugins that use LR_export_destinationPathPrefix in CC 2015.4, and they continue to work as before. It's certainly possible that a bug was introduced that affects your plugin but not mine.   Perhaps you'll have to do the tedious work for narrowing down to a small reproducible test plugin -- in the process, you'll either have a test case that Adobe might be willing to look at and/or you've identified the conditions that trigger the issue and identified a workaround and/or you've found a bug in your code.   (I think that Adobe is unlikely to look at any test case in a bug report that takes more than 10-20 lines of code.)