Postby cpm » 17 Dec 2011 15:02
Hello everyone.
I recently copied a mixed audio CD to FLAC format, creating a single (gapless) FLAC file plus some cue sheet (created with EAC). I experienced the following issues with VLC playback:
1) FLAC files may include an optional cue list attached, which is not currently supported by VLC. Such cue markers are usually created when encoding, using --cuesheet=file.cue. Note these markers are offset/timestamps and do not contain any tags for track title/name/etc.
2) Playing a FLAC file from a cue sheet always introduces short gaps between tracks, while playing the FLAC file alone does not.
3) Skipping from one track to another by user request (i.e. clicking on another track from cue playlist) does not seek to the exact point. FLAC seek points stored in file won't match those of cue file, usually. Still, I believe you may get this data from attached cue markers in FLAC file (see 1), or else from file prescan.
4) ARTIST tag from FLAC file overwrites PERFORMER tag for each track defined in cue file.
5) Progress (playback) bar represents the timing for the entire FLAC file, not current track. Such duration is listed for every track in playlist as well, so there's no way to know elapsed/remaining time of current playing track.