Release notes for the Audible Magic Toolkit version 46.xx
Version 46.18
Bug Fixes and Features Implemented in Version 46.18 (for Ubuntu, Amazon Linux 2, Amazon Linux 2023, CentOS Stream 9, macOS, and Windows)
- Certain combinations of supplemental features are now supported.
- The "full" version of the Toolkit supports Version ID requests.
- A bug was fixed in which the
unknownMediaFileDuration
reported in the JSON could be incorrect. - Release notes are no longer included in the release package, but instead are available on the web.
- Toolkit packaging has changed to include everything in the top-level directory instead of inside a
bin
subdirectory. - Updated the included
ffmpeg
applications to 7.x.x.
Version 46.9
Bug Fixes and Features Implemented in Version 46.9 (for macOS and Windows) and 46.9a (for Ubuntu, Amazon Linux 2, Amazon Linux 2023, and CentOS Stream 8)
- A bug fix for
identifyStream
for long URLs, previously released in 46.5e for macOS only (see below). - Optimizations have been made in the lookup performance for
identifyStream
. - Minor improvements to
identifyStream
error handling. - Improvements to Toolkit command-line parameter validation.
- Minor improvements in the programs' help output.
Version 46.5e
Features Implemented in Version 46.5e for macOS only
- Fixed a bug causing
identifyStream
to reportError opening input files: Server returned 404 Not Found
when fed a very long URL.
Version 46.5d
Features Implemented in Version 46.5d for macOS only
- Updated the included
ffmpeg
applications to version 6.1.1.
Version 46.5b
Bug Fixes and Features Implemented in Version 46.5b (for Ubuntu, Amazon Linux 2, macOS, and Windows) and 46.5c (for Amazon Linux 2023 and CentOS Stream 8)
- The normal Toolkit release package is much smaller now, as it no longer needs certain libraries that were formerly included.
- An error is now generated if
identify
is fed ananalyze
output file that had been created using a Toolkit config file different from the one being fed toidentify
. identify
's help text now explains that the-f
option is ignored when the-i
option's argument is an output file from theanalyze
program.- The
-H
and-P
options have been removed fromidentify
. These were used for an optional Thrift interface, which is no longer supported. - A bug was fixed that sometimes resulted in
identify
reportingError 2031 Server error in ID engine
. identifyStream
's-r
option has been modified to allow specifying the maximum number of ID requests to send before exiting.identifyStream
's-O
option has been changed to-D
.- Like
analyze
andidentify
,identifyStream
now accepts-T
,-U
, and-O
options for user-supplied metadata, representing title, URL, and other, respectively. - A bug was fixed in
identifyStream
on Linux. - Other minor bug fixes and robustness improvements.