I just tried Squeezbox with Squeezcenter with a single image FLAC with cue.
It is working for me on WinXP, but when I started the cue file, it take 4-5 seconds to start it (my PC is quiet fast), but it works.
On
this thread I read that playing with a cue file it works by that SqueezeCenter should extract the single flac track from the image, and then playing it.
So it must take a while if some have a slowed PC I guess.
As I read "in 7.1, when you had a flac + cue file, squeezecenter was using flac to extract the track from the "big" flac file and then sent it to the squeezebox with flac again."
"In 7.3.2, the second step is done with sox." For this, sox with flac support is needed, but if I read correctly it is shipped with SqueezeCenter so that should not be problem.
Some mentions that the C:\Program Files\SqueezeCenter\server\convert.conf file can be modified so that flac will be used instead of sox.
Original code is this:
QUOTE
flc flc transcode *
# FT:{START=--skip=%t}U:{END=--until=%v}D:{RESAMPLE=-r %d}
[flac] -dcs $START$ $END$ -- $FILE$ | [sox] -q -t wav - -t flac -C 0 $RESAMPLE$ -
I didn't try but I guess this can be changes like this:
QUOTE
flc flc transcode *
# FT:{START=--skip=%t}U:{END=--until=%v}D:{RESAMPLE=-r %d}
[flac] -dcs $START$ $END$ -- $FILE$ | [flac] -q -t wav - -t flac -C 0 $RESAMPLE$ -