clementine-player / Clementine

:tangerine: Clementine Music Player
https://www.clementine-player.org/
GNU General Public License v3.0
3.73k stars 671 forks source link

Playing .cue or single album, multi-track flac files - missing first 3 tracks #7042

Open RDorville opened 3 years ago

RDorville commented 3 years ago

When loading .cue or .flac (single file, mutiple track, embedded cue file), first 3 tracks are mssing. Play starts from track 4, as displayed on the track window e.g. cue/flac has 12 tracks, only track 4~12 are displayed. Verified with DeadBeef Player and the tracks are there.

Expected behaviour / actual behaviour

Should display tracks 1-12 instead of 4-12.

Steps to reproduce the problem (only for bugs)

Attached .cue file for checking (renamed to .cue.txt) Acoustic Alchemy - Roseland.cue.txt

jbroadus commented 3 years ago

Strange. It seems to be skipping everything with a timestamp < 10:00:00

jbroadus commented 3 years ago

Okay, somebody used a regex to parse this that expects 2-3 digits in the minute space. (\\d{2,3}):(\\d{2}):(\\d{2}) So, this works: 00:00:00 This does not: 0:00:00

jbroadus commented 3 years ago

For reference, do you happen to know what program generated this playlist?

jbroadus commented 3 years ago

Fixed here: https://github.com/clementine-player/Clementine/releases/tag/1.4.0rc1-637-gffdaeba09