pymediainfo
This small package is a wrapper around the MediaInfo library.
It works on Linux, Mac OS X and Windows and is tested with Python 3.6, 3.7, 3.8, 3.9 and PyPy3.
See https://pymediainfo.readthedocs.io/ for more information.
This was a regression introduced by 099192c when I moved away from generic exceptions. It happened with media files containing tracks of Type "Other", resulting in attributes such as "Other_Format_List" in the general track. We fix this by listing all repeated attributes instead of relying on them starting with "other_".
This small package is a wrapper around the MediaInfo library.
It works on Linux, Mac OS X and Windows and is tested with Python 3.6, 3.7, 3.8, 3.9 and PyPy3.
See https://pymediainfo.readthedocs.io/ for more information.