-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
check if aiff file has cover art #3996
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Important
Looks good to me! 👍
Reviewed everything up to f4d1cd0 in 41 seconds. Click for details.
- Reviewed
22
lines of code in1
files - Skipped
0
files when reviewing. - Skipped posting
2
draft comments. View those below. - Modify your settings and rules to customize what types of comments Ellipsis leaves. And don't forget to react with 👍 or 👎 to teach Ellipsis.
1. adapters/taglib/taglib_wrapper.cpp:240
- Draft comment:
Good addition for AIFF support. Ensure that using aiffFile->tag() is equivalent to calling an ID3v2 accessor (as done in the read section) for consistency. - Reason this comment was not posted:
Confidence changes required:0%
<= threshold50%
None
2. adapters/taglib/taglib_wrapper.cpp:240
- Draft comment:
The new AIFF branch correctly checks for cover art by inspecting the 'APIC' frame when an ID3v2 tag is present. For extra robustness, consider verifying that 'aiffFile->tag()' returns a non-null pointer before calling frameListMap(), in case the tag() method might ever return nullptr. - Reason this comment was not posted:
Confidence changes required:33%
<= threshold50%
None
Workflow ID: wflow_zpuMdSpMXYyigW65
You can customize by changing your verbosity settings, reacting with 👍 or 👎, replying to comments, or adding code review rules.
Thanks! Should we add a small test for that? |
Is ffmpeg able to extract the coverart from wavpak? It yes, we can leave it. |
No. It sees the metadata, but fails to extract it (and in Navidrome, |
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Resolves #3992