Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Malformed CUE files support regression (Read 263 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Malformed CUE files support regression

Recently came across a CUE file that was working fine in older foobar2000 version but doesn't work in 2.1.2 (see attached).

Strictly speaking, this is a malformed CUE (there are two tracks with number 07), but INDEX entries (and everything else) are correct, I don't see big reasons to prevent adding such CUE to the playlist:

Code: [Select]
TRACK 06 AUDIO
TITLE "Heatbeat vs Nuke (Interlude)"
PERFORMER "Dubmood"
INDEX 01 09:09:00
TRACK 07 AUDIO
TITLE "Heatbeat - Intromusic (Atari ST edit)"
PERFORMER "Dubmood"
INDEX 01 09:53:00
TRACK 07 AUDIO
TITLE "WoTW - Intro 96 (Atari ST edit)"
PERFORMER "Dubmood"
INDEX 01 10:21:63
TRACK 08 AUDIO
TITLE "4Mat - Menuloader (Atari ST edit)"
PERFORMER "Dubmood"
INDEX 01 11:30:00

Since such files exist in the wild, and were imported successfully in older versions, I'd call this a regression.