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

Person shown field in Bridge incompatible with other software

New Here ,
Jul 10, 2019 Jul 10, 2019

Copy link to clipboard

Copied

I use the "Person Shown" field in Bridge. Bridge interprets this field different than other software which is creating issues for me.  Names are separated by semicolons which Bridge interprets as line breaks.  Other programs write the metadata as one line separated by semicolons.

Person A; Person B; Person C

Bridge

<rdf:li>Person A</rdf:li>

     <rdf:li>Person B</rdf:li>

     <rdf:li>Person C</rdf:li>

Photomechanic

<rdf:li>Person A; Person B; Person C</rdf:li>

the workaround is to put the names in quotes in Bridge "Person A; Person B; Person C" but this is a laborious task to go through on every image so that it is compatible with all of the software that requires semicolons. 

Views

265

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
Jul 11, 2019 Jul 11, 2019

Copy link to clipboard

Copied

Hi ScottA,

We'd love to get this request and feedback submitted officially as a feature request so the engineering team can get this recorded. Could you please post this feedback here:

https://feedback.photoshop.com/photoshop_family/categories/photoshop_family_bridge

Thanks,

Akash

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 Expert ,
Jul 11, 2019 Jul 11, 2019

Copy link to clipboard

Copied

LATEST

If you have many files that require cleaning, the following ExifTool command line can be used to correct them:

Mac:

exiftool -tagsfromfile @ '-PersonInImage<${PersonInImage}' -r 'yourFILEorDIRECTORYpath'

Windows:

exiftool -tagsfromfile @ "-PersonInImage<${PersonInImage}" -r "yourFILEorDIRECTORYpath"



Work on test images/dupes, once you are happy you could add additional arguments to overwrite the original files, or to only process specific file formats or to ignore specific subfolders under the top-level target folder etc.

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