Metadata Deluxe > Home

Adobe Bridge User Customizable Export-Import

This is a JavaScript extension for Adobe Bridge CS5 and higher that allows the user to export and import embedded XMP metadata from media files.

Supported file types: ai, avi, bmp, dng, flv, gif, indd, indt, jpe?g, mp2, mp3, mp4, mov, pdf, png, psd, swf, tiff?, wav, wma, wmv, xmp, and RAW files an XMP sidecar

This extension is written in Adobe ScriptUI and utilizes the Adobe Bridge XMP scripting API

GitHub repository

Main features

This is a free open source project released under the MIT License

GitHub repository

Before you begin

Backup your files first IT IS HIGHLY RECOMMENDED THAT YOU BACKUP YOUR IMAGE FILES BEFORE USING THIS OR ANY BRIDGE EXTENSION. THERE ARE NO WARRANTIES FOR LOSS OR UNINTENDED MODIFICATION OF DATA.

Download button version 1.0.5

Set Up and Exporting

Importing

Customizing Fields

Installation

  1. Start Adobe Bridge
  2. Go to Bridge Preferences

    Windows

    • Go to Edit –> Preferences –> Startup Scripts

    Mac:

    • Go to Adobe Bridge –> Preferences –> Startup Scripts
  3. Click “Reveal My Startup Scripts”. This will open the correct folder
  4. In this folder, copy the the downloaded file “custom_export_import.jsx”
  5. Close the folder
  6. Quit Bridge
  7. Start Bridge
  8. When prompted, confirm the installation of “custom_export_import”

Open the plugin in Adobe Bridge

  1. Locate the menu “Metadata Deluxe” at the top of the Bridge window (to the right of “Help”)
  2. Click “Custom Metadata Export-Import” on the dropdown menu
  3. The first time you open the plugin, you have to set up the fields you want to export/import. You will see:

Fields: UNDEFINED

Click the “Customize Fields List” button to see the Customize Fields window.

Customize fields

Adobe Bridge metadata customize plugin screen

Current Fields Section

Orange text at top left is the name of the currently loaded field list

Change button

Manage button

Edit Fields Section

To load fields from a standard schema (File, IPTC Core, Dublin Core, VRA Core)

Add a field to your list

Edit your list

Edit details of a field in your list

Adobe Bridge metadata customize plugin, edit_field_details window

Custom mapping file details

Each field mapping is saved as a text (.txt) file

Each field in the mapping file is defined by a formatted text string containing the necessary elements to produce a valid XMP property.
Required Format

Examples

For more information on XMP properties, see the XMP Specification

Export

Adobe Bridge metadata export plugin screen

From selected files only

  1. Select file(s) in Adobe Bridge
  2. Under ‘Images’, choose ‘Selected thumbnails in Bridge’
  3. Select desired export options (see below)
  4. Click ‘Export’
  5. Choose name and location for your export file (.txt format)
  6. Save

From all image files in a folder

  1. Select ‘Entire folder’
  2. Use ‘browse’ to select folder you wish to use
  3. If you want to export images in all subfolders check the box ‘include subfolders’
  4. Select desired export options (see below)
  5. Click ‘Export’
  6. Choose name and location for your export file (.txt format)
  7. Save

After export is complete

  1. Open your .txt file in a spreadsheet using tab delimiters and UTF-8 character encoding.
  2. Under “File” menu i. Select file and click “Open” ii. Confirm settings: a) Tab-delimited (Excel) (.txt) if you will be using Excel Tab-delimited (Not Excel) (.csv) if you will be using OpenOffice or LibreOffice b) Delimited/Separated by = Tab iii. Click “OK”
  3. The first row will contain the field names

Export Options

Option 1: prepend Image dates with ‘_’

Option 2: Remove line breaks

Import

Adobe Bridge metadata import plugin screen

This script imports data from a tab delimited text file into image files with matching filenames. If you have already exported metadata and edited it in Excel and want to import it back in:

  1. Select the folder containing the target images a. If you have nested folders, check ‘include subfolders’
  2. Select the text file to be imported a. Click ‘Import’ and cross your fingers If you are starting with external metadata (from a database, etc.)
  3. First, you need a properly formatted template. Click the help (?) button on the panel under ‘Import’. This template lists all available IPTC fields and you can import data into any IPTC field.

Look for this new file on your desktop

  1. Open the text file in Excel
  2. Add data to the appropriate columns
  3. Save as a tab-delimited text file

To import data into image files:

  1. Select the folder containing the target images
  2. If you have nested folders, check ‘include subfolders’
  3. Select the text file to be imported
  4. Click ‘Import’ and cross your fingers

Import Options Option 1: Ignore file extensions When selected, metadata will be imported to all matching media with matching file names regardless of the file extension. This allows you to import matching metadata to all versions of the same media file, e.g., .tif, .jpg. .png.

Option 2: Create Title (IPTC Core) When selected, the Headline will be filled with the data values from: VRA Work Title, VRA Image Title

Option 3: Create Description/Caption (IPTC) When selected, the Description/Caption (dc:description) will be filled with the data values: Work Agent; VRA Work Title;_iTitle; VRA Work Date; VRA Work Type; VRA Work Material; VRA Work Measurements; VRA Work Location; VRA Work Id; VRA Work Rights

Option 4: Create Keywords (IPTC) When selected, Keywords (dc:subject) will be filled with the data values from VRA Work fields: VRA Work WorkType; VRA Work Technique; VRA Work Style/Period; VRA Work Culture; VRA Work Subject

Option 5: Set Thumbnail Label When selected, each image that has metadata successfully imported will have its label set to: ‘VRA metadata imported’ and the label color will be changed to white. Warning: Existing labels will be lost