iconik

OffShoot's iconik integration enables you to generate iconik sidecar files for transferred clips automatically. By mirroring your iconik tags with elements in OffShoot's presets, any metadata the user enters upon transferring media is carried over into iconik.

If you're looking to generate camera metadata, stills, and proxies for use in iconik, have a look at EditReady Server.

Requirements

How to set up

  1. First, look up your tags in iconik, as you'll want to mirror them in your OffShoot setup.

  2. In iconik, enable the Sidecar Metadata View option for your ISG (docs), and select a view:

  1. In OffShoot's Organize panel, set up an OffShoot preset: OffShoot > Settings > Organize.

  2. Add Elements for all iconik tags you want to populate using the + button, and use them in Auto Label, Rename Files, or Create Folders. Tip: use curly brackets around your tag names to turn them into Elements. A valid Element will be converted into a blue block with a name. In this example screenshot, {Card} was converted to an Element.

  1. Enable the iconik integration in Settings > Integrations > iconik

  1. Specify which Destination(s) OffShoot should place iconik sidecars on. List one or more destinations on which OffShoot will create your iconik sidecars. If you don't specify a Destination, sidecar files are created for all Destinations. There are two ways to specify a Destination:

    1. By volume name, e.g. RAID

    2. By folder path. Use wildcards (*) for more flexibility, e.g. */proxies

Add multiple Destinations by separating them with a semicolon:

Backup 1;Backup 2;Backup 3

  1. Specify which file extensions OffShoot should generate iconik sidecar files for. If no file extensions are specified, OffShoot will generate sidescars for all files.

Add multiple extensions by separating them with a semicolon:

.R3D;.MOV

  1. Define which iconik tags should be included in your iconik sidecars. This list should be identical to all the Elements you created in step 2. E.g. {Card}{Location}{ShootDay}

  • iconik can't process Element names that contain spaces.

  • OffShoot will not include any unspecified Elements during sidecar generation, so make sure you include all you need to show up in iconik.

  • File elements (e.g. {Filename}, {File extension}, etc.) are currently unsupported.

  1. You're all set up. Now, create a transfer by setting a Source and Destination, and you'll be prompted to add your metadata.

  1. The generated sidecar files are ready to be automatically processed by the iconik Storage Gateway app.

Iconik Presets (Pro)

OffShoot Pro users can define iconik settings in a Pro Preset:

"iconikSidecarDestinations" : ["T1"],
"iconikSidecarExtensions" : [".MXF"],
"iconikSidecarElements" : ["{Project}","{ShootDay}","{Location}","{Type}"],
    

Example preset:

Last updated