Skip to content

Releases: ratoaq2/knowit

0.5.6

14 Oct 16:52
d7135a4
Compare
Choose a tag to compare

What's Changed

  • Bundled mediainfo library as fallback, not default by @getzze in #182

Full Changelog: 0.5.5...0.5.6

0.5.5

18 Jul 06:52
47e7b57
Compare
Choose a tag to compare

What's Changed

  • Search for mediainfo bundled library by @getzze in #181

New Contributors

Full Changelog: 0.5.4...0.5.5

0.5.4

23 Jun 07:00
718a0b0
Compare
Choose a tag to compare

What's Changed

  • Add arm docker images
  • Updated trakit dependency to support python 3.12 and drop python 3.8 (mainly for docker image generation)
  • Fix url metadata

Full Changelog: 0.5.3...0.5.4

0.5.3

22 Jun 17:45
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.5.2...0.5.3

0.5.2

19 Jan 21:28
Compare
Choose a tag to compare
  • Make knowit results picklable #15

Full Changelog: 0.5.1...0.5.2

0.5.1

09 Jan 17:54
Compare
Choose a tag to compare
  • improve language detection using TrakIt 0.2.1

Full Changelog: 0.5.0...0.5.1

0.5.0

08 Jan 21:19
Compare
Choose a tag to compare
  • Improve language detection using TrakIt
  • Also hearing_impaired and closed_caption detection were improved

Full Changelog: 0.4.1...0.5.0

0.4.1

01 Jan 17:19
Compare
Choose a tag to compare
  • Update Dockerfile to python 3.11 and also add mkvmerge as available provider in docker image
  • Better handle of ffprobe output where tags might be uppercase. See #39
  • Try to avoid mediainfo detection to call mediainfo gui since in windows, CLI and GUI have same executable names. See #14
  • Avoid division by zero when calculating video display ratio. See #23
  • Use correct json encoder when dumping better debug information when invalid media for enzyme provider. See #24
  • Fixes issues related to empty results from mediainfo, ffmpeg and mkvmerge. See #43

0.4.0

08 Apr 10:05
e7cc0d7
Compare
Choose a tag to compare
  • Drop python 2.x support
  • Code refactoring (add type support, cosmetic changes, etc)
  • Add support to mkvmerge (MKVToolNix) provider
  • Add basic HDR detection (HDR10 and Dolby Vision)
  • Fix MediaInfo support for latest versions

0.3.0

21 Mar 16:33
Compare
Choose a tag to compare
  • last python 2.7 compatible release
  • support for path-like objects
  • fixes subrip detection in old ffmpeg versions
  • improve error reporting
  • fixes attribute error in MediaInfo provider
  • fixes ffmpeg not found on system
  • added python 3.7, 3.8 and 3.9 support
  • fixes mediainfo dll detection on windows