Hi,

In article <[EMAIL PROTECTED]>,
           dangerous_dom<[EMAIL PROTECTED]> wrote:
> Oh well, it would seem that Slimserver does not support embedded CUE
> sheets anyway.

Oh yes it does. All of my recent music is ripped to a single FLAC file per
CD, with a cue sheet embedded. I rip and convert to FLAC using the
following:

cdrdao read-cd --device /dev/hdc --driver generic-mmc --with-cddb
                --datafile $FILENAME.bin $FILENAME.toc
cueconvert $FILENAME.toc $FILENAME.cue
flac -8 --endian=big --sign=signed --channels=2 --bps=16
                --sample-rate=44100 --cuesheet=$FILENAME.cue $FILENAME.bin

You should be able to do something similar with some Windows application I'm
sure.

Andy

_______________________________________________
ripping mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/ripping

Reply via email to