Version 22.4

22.4

2022-11-22

Pick storage and transcoder resource for item transcode jobs based on resourceTag

In VidiCore 22.2 we introduced the ability to define resource tags on storages and VSAs. This to better define properties of these resources, such as location or tier. With Vidicore 22.4 we add the ability to trigger jobs based on these resource tags (#201962)

For example, an item transcode job can be started with a criteria like

POST /item/(item-id)/transcode?resourceTag=location:stockhom OR location:berlin

And resources tagged with locations other than stockholm or berlin will be excluded.

Check this section for more info.

Search item and collection by metadata field groups

Vidicore is now able to search for items and collections based only on the content of their metadata field groups (#203364)

This can be done by posting a MetadataGroupSearch document to the new metadata-group endpoint.

PUT /collection/metadata-group
Content-Type: application/xml

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<MetadataGroupSearchDocument xmlns="http://xml.vidispine.com/schema/vidispine">
  <operator operation="OR">
    <field>
      <name>title</name>
      <value>goal</value>
    </field>
    <field>
      <name>title</name>
      <value>foul</value>
    </field>
  </operator>
</MetadataGroupSearchDocument>

Check this section for more info.

New features

  • Add support for extracting WebVTT subtitle in Vidicore (#201985)
  • Support signer region override on S3 (#206306)

Improvements

  • Upgrade dropwizard to 2.1.4 (#210588)
  • Storage metadata to exclude exclusive lock test (#210229)
  • Add ability to remove content from collection using external-Id (#208238)

Bug fixes

  • Single ticks when searching users or groups enables SQL injections (#209431)
  • Conform Job: Audio/Video Out of Sync when using audio fade out (#208850)
  • VidiNet transcoder gets filtered out in job (#208608)
  • Not able to find items in a collection (#208205)
  • Show more detailed error message while trying to create duplicate collections using External Id (#205235)

Transcoder fixes

  • Nablet interlacer / deinterlacer filters
  • Improved support for growing mxf files