In the flac format, a distinction is made between the cuesheet format that is native to flac -- which contains only track timing information (metadata type 2), and an embedded cuesheet which contains genre, title, performer, composer, etc, which is actually nothing more than a metadata type 4 vorbis comment with a "CUESHEET" label. Though they are referred to by the same name, they are actually different.
The command you used above, metaflac.exe --import-cuesheet-from=cdimage.cue cdimage.flac, just imports the timing data to that type 2 cuesheet block. The command you probably want to use is: metaflac.exe --add-replay-gain --import-cuesheet-from=cdimage.cue --set-tag-from-file=CUESHEET=cdimage.cue cdimage.flac -- gharris999 ------------------------------------------------------------------------ gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115 View this thread: http://forums.slimdevices.com/showthread.php?t=43640 _______________________________________________ beta mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/beta
