-
Notifications
You must be signed in to change notification settings - Fork 34
Add support for internal cue sheets stored in CUESHEET metadata block of FLAC file #10
Comments
@mkimki , it seems that metadata block stores only index information (without title,preformer and other fields). Is it ok or I've missed something? |
Nevermind, I've found explanation: https://xiph.org/flac/faq.html#general__no_cuesheet_tags |
Wow, that was really fast. Thank you!! The program flactag stores this information in the following way (part of metaflac --list output):
I don't know if this is a more widespread method to store the metadata. Do you think it is worth to be supported by split2flac? |
@mkimki , that will be more complicated than just sed one-liner. I'll try to add it, but don't know when. Also it will be interesting to add new ability to download information from musicbrainz and write it instead of cue-data. |
It seems that there are two ways how cue sheets are internally stored in FLAC files. The "official" way, which is produced for example by executing
is to store the cue sheet in a seperate metadata block in the FLAC metadata.
When I execute split2flac on a FLAC file with such an "official" internal cue sheet, I get the message
"No cue sheet"
So I guess that this kind of internal cue sheet is not supported right now.
It would be great if support for those "official" internal cue sheets could be added to split2flac.
The CUESHEET block can be extracted with
The relevant part in the output of
on a FLAC file with a cue sheet in a CUESHEET block looks like this, for example:
Some information on the version numbers on my system:
The text was updated successfully, but these errors were encountered: