-
-
Notifications
You must be signed in to change notification settings - Fork 979
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
Cannot extract album art from FLAC files with both ID3 tags and Vorbis annotations #308
Comments
What is the type of the files? mp3? Can you send me one of the files? (Also just to be clear: Navidrome only gets embedded album art, it does not read album art from external files (cover.jpg)) |
That are .flac files. Here is a file |
After analyzing your file, seems that it contains both ID3 and FLAC tags. The picture is embedded in the FLAC tags, but not in the ID3 tags. The issue is that the upstream library used to extract the album art is giving precedence to the ID3 tags, and as a result cannot find the embedded art. Can you confirm this and remove the ID3 tags? |
Seems to be related to this: dhowden/tag#58 |
As I'm using only Bliss to tag my files, I don't know how to embed the cover in the id3, or remove the id3 ^^ |
If you are comfortable with the command line, you can use Another thing you could try is to remove all tags with Bliss and add it back. If ti does not have an option to remove tags, you can use a tag editor for your platform (maybe Musicbrainz Picard) and remove all tags, then try to tag again with Bliss |
I'll have a look later this evening and give you a feedback. |
I just tried 2 things :
The album art is still missing :( No chances Navidrome would look for embed ID3 cover art > if empty > look for a cover.jpg file ? |
Yes i've been thinking of supporting the cover.jpg file in albums, just don't have an issue opened for that yet, so I'll keep this open to track that. Or maybe until the upstream library fix the issue. |
Great 👍 thanks a lot |
Support for |
Hi again, not sure if this is worth opening a new issue. After now having updated to 0.24, Navidrome does not seem to fetch external Cover Art files for me and shows the default blue vinyl. Most of my collection consists of FLAC files with no embedded image files, but cover.jpg files in the album directories. The albums with embedded artworks show up fine. For further testing, I also set the ImageCache Option to 0 and and tried EDIT: Just seeing this: #350 (comment) Guess the issue comes from that? Typical request would look like this:
|
@TheForcer, the CoverArtPriority should have globs to match the external files, like this: If that does not solve your issue, please move the report to a new issue, and let's continue there. Thanks |
Isn't a flac file with ID3 tags considered invalid? AFAIK flac spec only considers Vorbis tags the "proper" ones. Even the reference flac encoder will fail if you use it to re-encode a flac file with ID3 tags. |
Yeah according to the current specs a FLAC file with id3 tag is invalid. But as with many standards-violating things, they're still done in practice unfortunately, and by the looks of it, the two tag reader libraries that Navidrome uses (Taglib and ffmpeg) both try to gracefully support id3 tags in FLAC anyway. |
This issue has been automatically marked as stale because it has not had recent activity. The resources of the Navidrome team are limited, and so we are asking for your help. |
I had the same issue and I fixed it with Easytag . I deleted the embedded image and I inserted a new one. |
This should be fixed by now, as we use Closing this now as there are at least two ways to solve this (fix the tag or use a cover.jpg) and maybe |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Hi Deluan !
I'm facing this issue where an album art isn't showing in my library :
https://i.imgur.com/tZcocHD.png
This album art is in the album folder as a cover.jpg image AND is embed in the id3 tags.
This is the only album to have this issue, I manage all my albums with BlissHQ and everything is ok.
I don't understand why every other albums are fine except this one.
Using v 0.19.0 docker container
The text was updated successfully, but these errors were encountered: