edit:
after converting the flac file to wav and editing the cue file from flac to wav
vlc can find the correct starting positions
now i converted the wav file back to flac (using offical flac command line version) and changed cue file back to flac
and its working !!!
(another small cue file problem i was able to solve *g* )
but the old flac file was not damaged or modified ( iam 100% sure of it)
seems vlc is using an outdated flac decoder which cannot handle some flac files properly !
may be the old flac file used a compression rate or setting which caused the problem with vlc....
when its time it would be good to check vlc codecs for latest flac decoder
here my little cue file summary:
(may be this should be included in a faq )
for vlc 2.x should work for 1.1.x too
problem:
after loading a cue file the track names are not shown correct in the playlist
and/or will be overwritten while changing the tracks in playlist
reason:
the big flac/ape/.. file contains an id tag
vlc don't know what to show in playlist if a cue file is used and when the flac file has an own id tag
solution:
use a tool like mp3tag (http://www.mp3tag.de/) and remove the id tag from the flac/ape/... file
(when using a cue file it is not necessary to use an own id tag for the big flac/ape/.. file)
problem:
when playing a flac file combined with a cue file vlc has problems to jump to
correct starting positions of the tracks when using playlist
reason:
may be a bug in flac file or flac decoder of vlc...
solution:
use official flac.exe (http://flac.sourceforge.net/) and decode flac file back to wav
then encode the wav file back to flac
and vlc should now find the correct starting positions
(flac and wav are both loseless formats so there is NO quality loss in doing this ! )
edit:
i found another small bug
when a track is finished vlc will immediately play next track for 1/2 second then stops
updating playlist to next track and starts playing the track from beginning
its nice that vlc will update the playlist and will show the correct track name of next song
but to avoid the little playback break vlc has to do the update of the playlist/file info window faster
or it has to update the window without stopping the playback
but this is only a minor bug
and i have a temp. solution for it
when u r planning to play the whole flac/ape/... file don't use the cue file instead open the flac/ape/.. file directly to avoid playback breaks between tracks