wapmorgan / MediaFile

A unified reader of metadata from audio & video files.
https://wapmorgan.github.io/MediaFile/
MIT License
157 stars 17 forks source link

Make wave support optional untill boyhagemann/Wave has a stable release #3

Closed AJenbo closed 6 years ago

AJenbo commented 6 years ago

Currently the boyhagemann/Wave package is blocking the installation of this package unless forced or one changes there policy to accept dev packages.

boyhagemann hasn't responded to the request to do so for nearly a year and there has been no development since 2013.

A way around this would be to make wave support optional and not include the package by default. I for one don't need wave support and I would much rather use this libery then getID3, both for speed and and I have very little trust in there code as it's a big mess.

wapmorgan commented 6 years ago

Sorry for late response! Fixed it in 0.1.4 version.

AJenbo commented 6 years ago

Nice