Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


FLAC Embedded Album Covers
#31
@leicray

This a moot issue since as you note moOde 6.2 is able to display the previously missing coverart.

However, for the benefit of others, here's what was going on:
  • vinyl LPs were digitized using Vinyl Studio.
  • Vinyl Studio saved the digital tracks as FLAC files, filling in the metadata from lookups on the Internet
A file was made available to me. Examining it using the CLI tool metaflac reveals that the Vinyl Studio developers had a curious way of interpreting the FLAC specification. They embedded the downloaded coverart twice
  • once among the comments in a FLAC block type VORBIS_COMMENT, with the comment-field name METADATA_BLOCK_PICTURE and base64 encoded image data in the comment-field value (may have been uuencode rather than base64 data, didn't bother to check)
  • once in a FLAC block type METADATA_BLOCK_PICTURE with jpeg data and appropriate picture metadata.
The first embedding is allowed by the permissive FLAC spec but not mentioned. It's bogus as far as the expectations of almost any FLAC-aware software is concerned. The second embedding is explicitly correct per the FLAC spec.

It doesn't take a multiple-transcoding process to "fix" the FLAC file. The CLI tool metaflac can do the surgery required:

Code:
pi@moode:~ $ metaflac --remove-tag=METADATA_BLOCK_PICTURE xxx.flac


et voilà !

Regards,
Kent
Reply


Messages In This Thread
FLAC Embedded Album Covers - by rb0135 - 05-30-2018, 11:12 AM
RE: FLAC Embedded Album Covers - by Tim Curtis - 05-30-2018, 01:45 PM
RE: FLAC Embedded Album Covers - by rb0135 - 05-30-2018, 08:16 PM
RE: FLAC Embedded Album Covers - by Tim Curtis - 05-30-2018, 08:46 PM
RE: FLAC Embedded Album Covers - by rb0135 - 05-30-2018, 10:06 PM
RE: FLAC Embedded Album Covers - by Tim Curtis - 05-30-2018, 10:52 PM
RE: FLAC Embedded Album Covers - by rb0135 - 05-31-2018, 01:36 AM
RE: FLAC Embedded Album Covers - by Tim Curtis - 05-31-2018, 01:12 PM
RE: FLAC Embedded Album Covers - by rb0135 - 05-31-2018, 08:16 PM
RE: FLAC Embedded Album Covers - by rb0135 - 05-31-2018, 08:06 PM
RE: FLAC Embedded Album Covers - by kit1cat - 05-31-2018, 02:25 PM
RE: FLAC Embedded Album Covers - by rb0135 - 05-31-2018, 08:07 PM
RE: FLAC Embedded Album Covers - by BigScaryTiger - 05-31-2018, 08:46 PM
RE: FLAC Embedded Album Covers - by rb0135 - 06-07-2018, 10:13 AM
RE: FLAC Embedded Album Covers - by rb0135 - 06-08-2018, 12:19 PM
RE: FLAC Embedded Album Covers - by imazed - 06-10-2018, 09:58 PM
RE: FLAC Embedded Album Covers - by rb0135 - 06-11-2018, 11:35 AM
RE: FLAC Embedded Album Covers - by Tim Curtis - 06-07-2018, 12:29 PM
RE: FLAC Embedded Album Covers - by rb0135 - 06-08-2018, 12:08 PM
RE: FLAC Embedded Album Covers - by Tim Curtis - 06-08-2018, 10:34 PM
RE: FLAC Embedded Album Covers - by Tim Curtis - 06-07-2018, 09:53 PM
RE: FLAC Embedded Album Covers - by rb0135 - 06-09-2018, 06:39 AM
RE: FLAC Embedded Album Covers - by rb0135 - 06-09-2018, 07:22 AM
RE: FLAC Embedded Album Covers - by leicray - 09-20-2019, 01:14 PM
RE: FLAC Embedded Album Covers - by leicray - 09-21-2019, 12:58 PM
RE: FLAC Embedded Album Covers - by TheOldPresbyope - 09-22-2019, 04:28 PM
RE: FLAC Embedded Album Covers - by rb0135 - 09-23-2019, 11:10 AM

Forum Jump: