Skip to content

Releases: sbraz/pymediainfo

v2.2.0

07 Nov 23:09
a3f6f98
Compare
Choose a tag to compare
  • 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

21 Mar 22:48
8471152
Compare
Choose a tag to compare
  • Make sure docs are included in source distributions

v2.1.8

21 Mar 22:39
46f0615
Compare
Choose a tag to compare
  • Make sure tests are included in source distributions

v2.1.7

21 Mar 22:13
ea75bcd
Compare
Choose a tag to compare
  • Allow URL parsing again (#36)
  • Python 3.6 support

v2.1.6

24 Feb 13:58
5d666ff
Compare
Choose a tag to compare
  • Add a can_parse method (#34)

v2.1.5

21 Jul 10:24
cc48580
Compare
Choose a tag to compare
  • Support Python 2.6 (#27)

v2.1.4

05 May 14:07
79da55d
Compare
Choose a tag to compare
  • Fix unicode file names on Mac OS X
  • Minor doc fixes

v2.1.3

04 May 10:22
7bbfe39
Compare
Choose a tag to compare
  • Fix parsing of unicode file names with Python 2 (#22)

v2.1.2

30 Apr 21:12
66f5bc0
Compare
Choose a tag to compare
  • 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

16 Apr 19:27
48d9685
Compare
Choose a tag to compare
  • 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