-
Notifications
You must be signed in to change notification settings - Fork 90
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
Media tags not working for FLAC files #20
Comments
@basscheffers can't reproduce. Could you link the flac file you've tested? |
Mystery solved! It turns out the ripper I used (dbPowerAmp) creates tags with keys like "Title". If I open the same file in a tag editor, or a player like Audirvana, it works just fine. But (presumably) jsmediatags is case sensitive to keys and doesn't read it. In the screenshot, the bottom file was re-saved by a tag editor, and it works. In the top file I manually changed the "Title" key to "TITLE" in the hex editor and guess what? That was enough to make it work in Web Minidisc when I chose "Title" for track name. So yeah, sounds like jsmediatags is the most likely culprit here? If they just make theirs case insensitive, it would fix it in Web Minidisc too. Also attached is a small FLAC with the same issue. Thanks! |
@basscheffers Thanks for taking the time to look into this. |
Ref: aadsm/jsmediatags#90 |
I will try to take a stab at it this weekend. The current lib uses |
Thanks for adding media tags support! 👍
But unfortunately, they do not seem to work for FLAC files, even though jsmediatags says it supports it.
The text was updated successfully, but these errors were encountered: