ratoaq2 / knowit

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

Catch decimal.InvalidOperation #123

Closed JaiZed closed 7 months ago

JaiZed commented 7 months ago

Fix for Issue #87

Catch decimal.InvalidOperation when using mediainfo. Channel positions can return a string like "3/2/2.1.?" and a Decimal cannot be created from "2.1.?"