Skip to content
This repository has been archived by the owner on Oct 21, 2023. It is now read-only.

0.3.0

Latest
Compare
Choose a tag to compare
@d-k-bo d-k-bo released this 12 Jun 14:37
· 3 commits to main since this release

Added

  • Basic test suite for known and accepted parts of makemkv log

Changed

  • Split parsing logic into separate internal method (by @slick-nick-90)
  • Extend parser and fix common parsing issues (by @slick-nick-90)
    • Added: codec_id, codec_short, codec_long, source_filename, segments_count, segments_map, metadata_langcode, metadata_language, volume_name, comment
    • Changed: framerate accepts floating point values
    • Removed: codec

Fixed

  • video_angle is now a key in the Title dictionary (instead of Stream)