Author Topic: CUE sheet not taken into account (1 track, skipping leading silence)  (Read 550 times)

karbock

  • Sr. Member
  • ****
  • Posts: 337
Context:
- audio track in M4A
- matching CUE sheet, for the sole purpose of skipping the leading silence (thus only 1 track defined)

Issue:
- CUE sheet not taken into account

Tried workaround:
- initial state = CUE sheet not recognised
- adding an arbitrary second track to the CUE
- rescanning the audio track in MB -> CUE sheet recognised
- removing the second track from the CUE
- rescanning the audio track
- CUE still taken into account, the track showing now the wished duration

MusicBee v3.5.8436 P (latest)
Windows 10 x64

Files (M4A + CUE):
https://drive.google.com/drive/folders/1PzZOQKTYo6Ij9FgAyFjm6lM8rrLhSYmh?usp=share_link

Not recognised CUE sheet:
Code
TITLE "Concert 01"
FILE "01 - Concert 01.m4a" M4A
TRACK 01 AUDIO
  TITLE "Концерт № 01 - Воспойте Господеви, воспойте песнь нову"
  INDEX 01 00:13:00

Recognised CUE sheet with DUMMY track:
Code
TITLE "Concert 01"
FILE "01 - Concert 01.m4a" M4A
TRACK 01 AUDIO
  TITLE "Концерт № 01 - Воспойте Господеви, воспойте песнь нову"
  INDEX 01 00:13:00
TRACK 02 AUDIO
  TITLE "DUMMY"
  INDEX 01 07:55:00
Last Edit: February 05, 2023, 06:34:59 PM by karbock