Displaying 3 results from an estimated 3 matches for "mkcue".
2004 Oct 27
2
Solution to single-file CD archiving, with cue sheets
...on emerging.  So, here i am to offer my
meager tools.
    http://diplodocus.org/projects/audio/
At first i used cdrdao to generate the cue sheets, as some others
have talked about doing.  However, it crashes on a number of my
discs.  I took the TOC-reading code from MusicBrainz and turned
it into mkcue, which works on all the discs i've fed it.
flac-archive now uses this to generate cue sheets.
Also included is flac2mp3, which transcodes one of these
single-file FLAC archives into one VBR MP3 per track.  This means
you can play FLAC files on your home equipment, and MP3s on your
PowerBook an...
2006 Jul 21
1
Cuesheets and metaflac
...to rip the entire disc (including the pregap) and create a cue file
with an INDEX 00 entry (which flac/metaflac will properly store/retrieve):
  TRACK 01 AUDIO
    INDEX 00 00:00:00
    INDEX 01 00:00:32
The main problem is this requires hacked cuefile generation tools, as
neither cdrdao/toc2cue, mkcue, or cuegen create cue files like this.
Are there plans for flac/metaflac to support some sort of pregap
indication in imported cue files for CD backup, or is there some other
work-around I'm not aware of?
Any pointers to how best to deal with "problem" CDs containing pregap
would al...
2006 Jul 25
0
Unsubscribe
...X 00 entry (which flac/metaflac will properly
> > store/retrieve):
> > 
> >   TRACK 01 AUDIO
> >     INDEX 00 00:00:00
> >     INDEX 01 00:00:32
> > 
> > The main problem is this requires hacked cuefile generation tools, as
> > neither cdrdao/toc2cue, mkcue, or cuegen create cue files like this.
> 
> this is the correct solution.
> 
> > Are there plans for flac/metaflac to support some sort of pregap
> > indication in imported cue files for CD backup, or is there some
> > other
> > work-around I'm not aware of?
>...