Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Split cue.flac (Read 3783 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Split cue.flac

Hi

I got two albums as one single file, named album.cue.flac. Foobar 2000 is able to play it but the problem is that for each track the names of all the tracks on the album are displayed. Actually I have never before seen Flac files with integrated cues - One Cue file and one flac file yes but never this.  Does anybody know how I can "repair" the problem or convert this files to cue + flac format ? I have tried to edit the names of each individual track but it does not work, I can't save individual title-field-values or individual songs.

TIA

Split cue.flac

Reply #1
if foobar gets the single titles, it should be able extract the tracks via diskwriter, shouldn´t it? But I also didn´t see this yet :-/

Split cue.flac

Reply #2
use metaflac to extract the cue file, with a command like this:
Code: [Select]
metaflac --export-cuesheet-to=cuesheetfile filename.flac
Or you could use foobar2000 diskwriter to convert each track to a single flac file! 

Solaris

Split cue.flac

Reply #3
Make sure you have the latest fb2k.

If it doesn't help, you can try editing the "cuesheet" tag.

Split cue.flac

Reply #4
Quote
use metaflac to extract the cue file, with a command like this:
Code: [Select]
metaflac --export-cuesheet-to=cuesheetfile filename.flac
Or you could use foobar2000 diskwriter to convert each track to a single flac file!  

Solaris

Thanks, I was able to extract the cuesheet-file. Now  have two more questions.

How can I remove (not export) the cuesheet information from the original file ?
What is the best way or program to edit the artist, title etc. tags ? Is there a GUI for Metaflac ?  It seems to be a bit complicated with fb2k.

Regards

Split cue.flac

Reply #5
I actually dont know how to remove the cuesheet information from the flac file.
The must be an easier sollution than decode to wav and encode to flac again!

Regarding how to edit tags.
I only use foobar2000 myself, so I have no experience from any other program. I think fb2k is easy, but I guess thats simply because I am used to it! 

I know of now GUI for metaflac, so I think you can forget it for this tasks.

Split cue.flac

Reply #6
Hmm, I just used metaflac --remove-all on the flac-file - Title, Tracks are now all in a seperate cue file. The strange thing : Changing tracks is often delayed several seconds - anybody got any clue why this is so ?  Are there any metadata-values whose absence could produce such an effect ? If I use the cue-file with the original-flac file ( I kept a backup copy) everything is fine.


Regards

 

Split cue.flac

Reply #7
Quote
Hmm, I just used metaflac --remove-all on the flac-file - Title, Tracks are now all in a seperate cue file. The strange thing : Changing tracks is often delayed several seconds - anybody got any clue why this is so ?  Are there any metadata-values whose absence could produce such an effect ?

I just found out the reason why seeking was slow after --remove-all ; I also deleted the seektable-metadata - if I only delete the cuefile-metadate everything is fine. Thanks for your help !