aboutsummaryrefslogtreecommitdiffhomepage
path: root/libs/pymediainfo
AgeCommit message (Collapse)Author
2024-03-03Updated multiple Python modules (now in libs and custom_libs directories) ↵morpheus65535
and React libraries
2023-03-21Trying to fix Segmentation fault caused by mediainfo in docker container. #2098v1.2.1-beta.9morpheus65535
2022-01-23Upgraded vendored Python dependencies to the latest versions and removed the ↵v1.0.3-beta.16morpheus65535
unused dependencies.
2020-03-18Possible fix for #860Louis Vézina
2019-07-10Add ability to use MediaInfo to refine video/audio properties (#479)MoshiMoshi0
* Add ability to use MediaInfo to refine video/audio properties * Remove pymediainfo from requirements.txt and add library files * Look for .dll file if .exe was not found in get_binary * Add pymediainfo to libs * Switch to local MediaInfo library files * Exit early if supported attributes are already set * Log media info warnings to debug