Releases: sbraz/pymediainfo
Releases · sbraz/pymediainfo
v2.2.0
- Support MediaInfo v17.10
- Make
parse
support non-standard library locations (#24)
- Make
parse
support pathlib objects (#40)
- Add PyPy and PyPy3 support
- Run tests with pytest instead of nose
- Update libmediainfo to v17.10 for Travis CI
v2.1.9
- Make sure docs are included in source distributions
v2.1.8
- Make sure tests are included in source distributions
v2.1.7
- Allow URL parsing again (#36)
- Python 3.6 support
v2.1.6
- Add a
can_parse
method (#34)
v2.1.4
- Fix unicode file names on Mac OS X
- Minor doc fixes
v2.1.3
- Fix parsing of unicode file names with Python 2 (#22)
v2.1.2
- Fix segfaults (#21, #26)
- Use wchar_t functions for all calls
- Improve Mac OS support by looking for an alternative library name
- Add Travis CI
v2.1
- Add Mac OS support
- Properly handle files with unicode metadata with Python 3 (#23)
- Fix wrong number of argument in calls to a library function (#25)
- Fix doc build
- Remove dependency on six