Some flac files apparently have a “cuesheet metadata block”. I know how to split flacs files with shnsplit
when I have a separate cuesheet at hand (cf. “How do I split a flac with a cue?”), but how do I split a flac when the cuesheet is stored inside a metadata block of the flac file?
Command-line preferred.
01-.flac
. Is there a way to extract the cue with the titles embedded (becauseshnsplit
uses the titles from the cue) ? – starfry Jul 04 '17 at 09:25