2021-11-04

New features

Bug fixes

  • Better audio proxy quality (192kbit/s)
  • Archiving could fail when an asset was archived multiple times from the same collection structure
  • Downloads of previous asset versions now works again
  • Audio metadata is now correctly extracted
  • QT metadata is now correctly extracted
  • Proxy generation on Ubuntu 20.04 will handle raw formats

    • To use the same procedure in Ubuntu 18.04, install dcraw and replace the line

    <delegate decode="dng:decode" command="&quot;ufraw-batch&quot; --exposure=auto --silent --create-id=also --out-type=png --out-depth=16 &quot;--output=%u.png&quot; &quot;%i&quot;"/>

    with

    <delegate decode="dng:decode" command="&quot;./opt/cantemo/iconik_storage_gateway/transcode_raw_image.sh&quot; &quot;%i&quot; &quot;%u.png&quot;"/>

    in /opt/cantemo/iconik_storage_gateway/delegates.xml and create /opt/cantemo/iconik_storage_gateway/transcode_raw_image.sh with

    #!/bin/bash
    
    FILENAME="$1"
    PPM_FILE=${FILENAME%.*}".ppm"
    
    dcraw -w "$FILENAME"
    convert "$PPM_FILE" "$2"
    

2021-09-01

New features

  • Transcription in more languages
    • The default Rev.ai transcription now supports 26 more languages. The list now includes Arabic, Bulgarian, Catalan, Croatian, Czech, Danish, Dutch, English, Finnish, French, German, Greek, Hindi, Hungarian, Italian, Japanese, Korean, Lithuanian, Latvian, Malay, Mandarin, Norwegian, Polish, Portuguese, Romanian, Russian, Slovak, Slovenian, Spanish, Swedish and Turkish

Bug fixes

  • Transfer of previous asset versions now works correctly
  • Webhooks now support selecting versions realm
  • Downloads of previous asset versions now works again

2021-07-07

New features

Bug fixes

  • Better scheduling for transcodes
  • ISG
    • Ability to transcode and transfer manually created files
    • Archiving of multi-file formats (e.g. Red) now creates the correct representation on the archive storage
  • Next/Previous links in the Asset page when coming from Saved Search
  • Selecting Speaker in Transcriptions
  • Upgraded Python and associated libraries.
  • Not showing Delete option to users that can't delete
  • Adding required metadata views in group settings
  • Show required metadata views for required fields when uploading
  • Old values for dropdowns are now readonly.
  • Corrected aspect ratio for keyframes for anamorphic video

2021-04-07

New features

Bug fixes

  • New transfer queue manager to improve performance
  • Job updates for transfers are more reliable
  • Saving transcriptions as text uses correct start timecode
  • Better error messages for failed SAML logins
  • ISG
    • Stability improvements
    • Better management of Collection structures. Deleted mapped collections informs the ISG that the associated folder is to be re-mapped.
  • Adobe Panel
    • Uploads are more reliable

2021-03-10

  • iconik Portal Sync (Version 2.1.0)
    • Support for B2 and Azure Blob Storage
    • Support for files larger than 5GB
    • Implemented accelerated transfers
    • Improved transfer retry logic
    • Support for CentOS 8
    • Transfer XMP metadata

2021-01-27

Bug fixes

  • ISG (Version 2.4.2)
    • Handle more pixel limits options for ImageMagick, since latest version defaults was interpreted as too low even though it wasn't
  • ISG (Version 2.4.1)
    • Fixed an issue where MacOS asked for password every restart
    • Fixed some wording in the Windows installer