Skip to main content
Inspiring
March 13, 2024
Answered

Is there a way to embed the Title metadata field in a text layer?

  • March 13, 2024
  • 4 replies
  • 721 views

Is there a way to put something like {Title} in a text field and have the contents of the Title metadata field displayed? I am looking for a solution that does not involve scripting. Thanks.

This topic has been closed for replies.
Correct answer Conrad_C

If by “text field” you mean in a delimited text file outside Photoshop, and by “displayed” you mean as a type layer in each Photoshop document, then this might be possible using the Variables feature.

https://helpx.adobe.com/photoshop/using/creating-data-driven-graphics.html

 

If you want to enter the text into the metadata of the image itself, and then have that text displayed over the image, I don’t think there is a way Photoshop can do it. But if the images are loaded into Lightroom Classic, the LR/Mogrify plug-in can display the text of a metadata field over the exported copy of an image, and it can export those in bulk:

https://www.photographers-toolbox.com/products/lrmogrify2.php?sec=quickguide

(scroll down to the description of Mogrify Text Annotation)

 

In your example, you would add the metadata token {title} when setting up the plug-in, so that it would show the text from the Title metadata field.

4 replies

Legend
March 13, 2024

Its trivial with scripting. Otherwise i suppose there might be a watermarking app that does this.

Stephen Marsh
Community Expert
Community Expert
March 13, 2024

This is much easier in XnConvert:

 

 

https://www.xnview.com/en/xnconvert/

Conrad_C
Community Expert
Conrad_CCommunity ExpertCorrect answer
Community Expert
March 13, 2024

If by “text field” you mean in a delimited text file outside Photoshop, and by “displayed” you mean as a type layer in each Photoshop document, then this might be possible using the Variables feature.

https://helpx.adobe.com/photoshop/using/creating-data-driven-graphics.html

 

If you want to enter the text into the metadata of the image itself, and then have that text displayed over the image, I don’t think there is a way Photoshop can do it. But if the images are loaded into Lightroom Classic, the LR/Mogrify plug-in can display the text of a metadata field over the exported copy of an image, and it can export those in bulk:

https://www.photographers-toolbox.com/products/lrmogrify2.php?sec=quickguide

(scroll down to the description of Mogrify Text Annotation)

 

In your example, you would add the metadata token {title} when setting up the plug-in, so that it would show the text from the Title metadata field.

BazslAuthor
Inspiring
March 13, 2024

Sorry, I meant test layer, not text field.

Stephen Marsh
Community Expert
Community Expert
March 13, 2024
quote

Sorry, I meant test layer, not text field.


By @Bazsl


And by test layer, I presume that you mean text layer :]

Stephen Marsh
Community Expert
Community Expert
March 13, 2024

Without scripting, no.

 

What's the problem with using a script?