Releases: PolarGoose/DOpus-Scripting-Extensions
Releases · PolarGoose/DOpus-Scripting-Extensions
v21.0
v20.0
- Update all 3rd party dependencies. Including:
ExifToolfrom13.33to13.50MediaInfoLibfrom25.3to26.01
v19.0
Fix a bug in ProcessRunner: pass empty stdin to the child processes instead of inheriting it from the parent process.
v18.0
Don't close DirectoryOpus during installation
v17.0
ExifTool:
- Use
-unknowncommand line parameter when executingGetInfoAsJsonto add extra tags to the JSON output. - Add
Runmethod to allow specifying custom command line arguments.
v16.0
MediaInfoRetriever:
- Fix potential encoding issue in
SetLanguagemethod: explicitly convert the UTF-8 file content to UTF-16
v15.0
MediaInfoRetriever:
- Add
SetLanguagemethod
v14.0
ExifTool: allow '_` and '-' symbols in the tag names
v13.0
Downgrade LibMediaInfo to an older version because of the bug
v12.0
Add UCharDet class to detect file encoding