Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use a pure Go library for reading media tags #20

Open
ironsmile opened this issue Aug 30, 2017 · 1 comment
Open

Use a pure Go library for reading media tags #20

ironsmile opened this issue Aug 30, 2017 · 1 comment

Comments

@ironsmile
Copy link
Owner

The current reliance of taglib is making the project much less portable than it should be. Cross-compiling is much harder as well.

To remedy this a pure go implementation of a library for reading media meta data could be used. There are a few possible candidates. They should be tested and evaluated with a big enough data set to see whether they perform similarly to taglib or not.

@ironsmile ironsmile added this to the bright future milestone Aug 30, 2017
@ironsmile
Copy link
Owner Author

Possible candidate: https://github.com/bogem/id3v2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant