-
Notifications
You must be signed in to change notification settings - Fork 86
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
Read "comments" tag for FLAC audio file #370
Comments
The issue is that the file contains a field named |
It also seems that Picard uses |
I just wondering why TagLib reads this... so logically its wrapper in this repo should too, but it's not. Maybe as fallback? Anyway, users reported me this problem, telling me that some files missing that comments filed, but other audio apps reads it. |
It's somewhat a question of mapping. The higher-level TagLib accessor for Xiph comments use |
Hey @sbooth, will this issue be resolved anytime soon? |
I suppose I need to be convinced this is an actual issue first. In the meantime it's simple enough to test if the format is FLAC, and if so, check the additional metadata for the |
Hello,
I'm working on a sample project to read FLAC audio tags and I'm encountering an issue with the "comments" tag. Despite there being comments in the FLAC files,
tags.metadata.comment
is returning nil.I would really appreciate your insights or any suggestions you might have on how to resolve this issue.
Thank you so much for your help!
Example project:
https://drive.google.com/file/d/1k6jun1LG_WM_tDefBiBl4YN9l9xiyUzY/view?usp=sharing
The text was updated successfully, but these errors were encountered: