ratoaq2 / knowit

Know better your media files
MIT License
30 stars 5 forks source link

Cannot find libmediainfo dynamic librairy on Windows and MacOS #180

Closed getzze closed 2 months ago

getzze commented 2 months ago

pymediainfo wheels available on Pypi for Windows and MacOS come with a bundled libmediainfo file (not for Linux): https://pymediainfo.readthedocs.io/en/stable/ The file is in the package folder of pymediainfo. However it seems knowit is not looking in this location.

As a side-effect, it makes github tests fail on Windows and MacOS: https://github.com/Diaoul/subliminal/pull/1154

ratoaq2 commented 2 months ago

Would you be able to create a PR with the fix for that?

If so, I could review it, merge it and create a new release

getzze commented 2 months ago

Done! Also it would be great if you could merge #176