Skip to content

Releases: PolarGoose/DOpus-Scripting-Extensions

v21.0

17 Feb 19:53

Choose a tag to compare

ExifTool:

  • RunArgs method to run without specifying a file.

v20.0

14 Feb 15:26

Choose a tag to compare

  • Update all 3rd party dependencies. Including:
    • ExifTool from 13.33 to 13.50
    • MediaInfoLib from 25.3 to 26.01

v19.0

01 Aug 19:05

Choose a tag to compare

Fix a bug in ProcessRunner: pass empty stdin to the child processes instead of inheriting it from the parent process.

v18.0

12 Jul 17:46

Choose a tag to compare

Don't close DirectoryOpus during installation

v17.0

07 Jul 15:27

Choose a tag to compare

ExifTool:

  • Use -unknown command line parameter when executing GetInfoAsJson to add extra tags to the JSON output.
  • Add Run method to allow specifying custom command line arguments.

v16.0

01 Jul 07:46

Choose a tag to compare

MediaInfoRetriever:

  • Fix potential encoding issue in SetLanguage method: explicitly convert the UTF-8 file content to UTF-16

v15.0

30 Jun 19:16

Choose a tag to compare

MediaInfoRetriever:

  • Add SetLanguage method

v14.0

24 Jun 10:57

Choose a tag to compare

ExifTool: allow '_` and '-' symbols in the tag names

v13.0

24 Jun 02:59

Choose a tag to compare

Downgrade LibMediaInfo to an older version because of the bug

v12.0

21 Jun 20:19

Choose a tag to compare

Add UCharDet class to detect file encoding