-
Notifications
You must be signed in to change notification settings - Fork 47
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
m4a files fail to be parsed #71
Comments
Could you please attach a problematic file to this issue? |
Here is the file in the example. Hopefully it's okay to share, as it's directly from my iTunes library. |
Thanks, I got it. There is no ID3 tag in this file. I did some quick searching and concluded that M4A has a different format to store its metadata. I had a glance at the list of crates that have ID3 as dependency, you could give this library a shot: https://crates.io/crates/audiotags |
Interesting then, I'll take a look. Thanks! |
Hi,
I've been learning rust and wanted to mess around with this library. However, all my media is in an m4a format from iTunes. The following seems to not work whatsoever:
When I run this, I get
Error: NoTag: reader does not contain an id3 tag
. Though a similar library written in python can find the id3 tag for this file and all the others. I'm not sure if this is specifically due to the m4a format or what, but If there's something I did wrong, please let me know.The text was updated successfully, but these errors were encountered: