• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
1

Export-Preset adds its name to the exported filename in case file already exists -> why?

Community Beginner ,
Jan 05, 2025 Jan 05, 2025

Copy link to clipboard

Copied

Export-Preset adds its name to the exported filename - why?

 

I have the following export settings: 

Sven347837590nk9_0-1736092229966.png

-> skip existing file 

and

--> do not rename, hence use the original filename but add jpg

 

This user export preset is called "Export as PDF for Server"  

 

When I use this preset (the first or multiple times) when there are no files with identical names, the export works as intended. 

 

--> However, when I use this export a second time or when there are already files with identical filename, then the exsting files are not skipped but new files are exported with the name of the export preset attached to the filename. 

Sven347837590nk9_1-1736092456075.png

 

Why does this export preset not follow the instructions? (to not rename and to skip existing files?)


Thanks

 

TOPICS
Windows

Views

211

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jan 05, 2025 Jan 05, 2025

Copy link to clipboard

Copied

That User Preset "Export as PDF for Server" where does it come from? Or is it one you created?

 

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Jan 05, 2025 Jan 05, 2025

Copy link to clipboard

Copied

yes, I created this by clicking the button "hinzufügen". 

 

I want to add, that the export works perfectly normal if I don't use the preset but just use the settings as mentioned above. As soon as I use the preset, this adds the preset name to the filename, although its defined not to alter the filename. 

 

I guess you can easily recreate this szenario at your side

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jan 05, 2025 Jan 05, 2025

Copy link to clipboard

Copied

Then file rename may be a line in the preset, that is not showing up in the export dialog when you select it. It may override whatever is in the export dialog.

 

You can right click on that preset and select show in explorer, and then you can look at it in notepad (it is apparently a text file), their might be a line like:

 

tokens = "{{image_name}}_something or the other (I just made that up)

 

Also, you could select the file rename you want (with that preset not selected) Select but not check it, or just hover over it, right click on it and select update with current settings.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Jan 11, 2025 Jan 11, 2025

Copy link to clipboard

Copied

these are the lines within the preset template: 

 

tokenCustomString = "",
tokens = "{{image_name}}",
tokensArchivedToString2 = "{{image_name}}_export",

 

I don't see a command to add the templates name? 

 

Moreover there is an option explizitly defining to skip the file and not to give a unique name: 

internalName = "Export as JPG for Server",
title = "Export as JPG for Server",
type = "Export",
value = {
collisionHandling = "skip",

 

 

--> so, I am still conwinsed that this is a bug. 

Please add this to the "fix-me" list. 

 

Attached is the full template for your interest. 

Thanks

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Jan 11, 2025 Jan 11, 2025

Copy link to clipboard

Copied

here is the content of the file, since I can not upload this file: 

s = {
id = "4A66FED0-D2E6-4B9D-98DD-E0C6E8DCABBF",
internalName = "Export as JPG for Server",
title = "Export as JPG for Server",
type = "Export",
value = {
collisionHandling = "skip",
contentCredentials_include_connectedAccounts = false,
contentCredentials_include_editsAndActivity = true,
contentCredentials_include_producer = false,
contentCredentials_include_status = "exclude",
embeddedMetadataOption = "all",
enableHDRDisplay = false,
exportServiceProvider = "com.adobe.ag.export.file",
exportServiceProviderTitle = "Festplatte",
export_bitDepth = 8,
export_colorSpace = "sRGB",
export_destinationPathSuffix = "",
export_destinationType = "sourceFolder",
export_postProcessing = "doNothing",
export_useParentFolder = false,
export_useSubfolder = false,
export_videoFileHandling = "include",
export_videoFormat = "4e49434b-4832-3634-fbfb-fbfbfbfbfbfb",
export_videoPreset = "SIZE_max",
extensionCase = "lowercase",
format = "JPEG",
includeFaceTagsAsKeywords = true,
includeFaceTagsInIptc = true,
includeVideoFiles = true,
initialSequenceNumber = 1,
jpeg_limitSize = 100,
jpeg_quality = 0.7,
jpeg_useLimitSize = false,
markedPresets = {
},
maximumCompatibility = true,
metadata_keywordOptions = "flat",
outputSharpeningLevel = 2,
outputSharpeningMedia = "screen",
outputSharpeningOn = true,
reimportExportedPhoto = false,
reimport_stackWithOriginal = false,
reimport_stackWithOriginal_position = "below",
removeFaceMetadata = false,
removeLocationMetadata = false,
renamingTokensOn = false,
selectedTextFontFamily = "Adobe Clean Regular",
selectedTextFontSize = 12,
size_doConstrain = false,
size_percentage = 100,
size_resolution = 80,
size_resolutionUnits = "cm",
tokenCustomString = "",
tokens = "{{image_name}}",
tokensArchivedToString2 = "{{image_name}}_export",
useWatermark = false,
watermarking_id = "<simpleCopyrightWatermark>",
},
version = 0,
}

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Jan 14, 2025 Jan 14, 2025

Copy link to clipboard

Copied

Hey @Sven347837590nk9!

Thanks for bringing this up. I've been trying to reproduce the issue but haven't had any luck so far. Could you let me know which version of Lightroom Classic and Operating System you're using?

Appreciate it!
Alek

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Jan 16, 2025 Jan 16, 2025

Copy link to clipboard

Copied

Hello Alek

 

Thanks for trying. I just did an example myself. Created a new catalog, added 9 dng pictures. 

Copied the above export to the user preset and exported a first time - result all good. 

Then a second time and the douplicated are created although the preset clearly states to skip existing pictures. 

Please consider screenshots attached. 

 

Thanks 

 

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Jan 16, 2025 Jan 16, 2025

Copy link to clipboard

Copied

oh, i forgot to send the version infos: 

Betriebsystemname Microsoft Windows 11 Pro

Version 10.0.22631 Build 22631

 

Lightroom Classic 14.1.1

Camera Raw 17.1

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Jan 17, 2025 Jan 17, 2025

Copy link to clipboard

Copied

LATEST

Hi @Sven347837590nk9! Thanks for the screenshots, explanations, and system info. I was now able to reproduce the issue on my end with the same result as yours. I'll flag this to the rest of the team so the devs can take a look. I will keep you updated if I have any news. Thanks!

Alek

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines