v5.0
Breaking changes
⚠️ Drop support for Python 2.7, 3.4 and 3.5MediaInfo.parse
: remove the deprecatedtext
parameter
New features
MediaInfo
: add shortcuts to tracks by type:audio_tracks
,video_tracks
, etc. (#95)
Miscellaneous
- Add type hints and a lot of code quality checks to the CI (pylint, mypy, black, etc.)
- Run tests with tox