Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bad split for CUE sheet more than 100 minutes. #353

Open
mp3splt opened this issue Sep 13, 2020 · 0 comments
Open

Bad split for CUE sheet more than 100 minutes. #353

mp3splt opened this issue Sep 13, 2020 · 0 comments

Comments

@mp3splt
Copy link
Owner

mp3splt commented Sep 13, 2020

Imported from SourceForge on 2020-09-13 17:19:01
Created by seriousnetter on 2020-03-14 18:50:20
Original: https://sourceforge.net/p/mp3splt/bugs/221


This is the first time I have logged a ticket on Sourceforge, pardon me if i did something in correct.

I have a mp3 of length 106.xx minutes. the following is the cuesheet for segment where error occurred.

  TRACK 32 AUDIO
    TITLE "Fall In Love"
    PERFORMER "The Best of Richard Clayderman"
    INDEX 01 98:55
  TRACK 33 AUDIO
    TITLE "I Will Always Love You"
    PERFORMER "The Best of Richard Clayderman"
    INDEX 01 102:03

The splits before track 32 are all correct. However, problem started at Track 32.

Track 32 Actual output:
filename: The Best of Richard Clayderman - 32 - Fall In Love.mp3 (correct)
length: 1:05 (incorrect, expected 3:05 based on CUE sheet above)

From what I observed, index(98:55) + outputDuration(1:05) = 100 min. It feels like the tool only support up till 100 min.

Track 32 Actual output
filename: --- last cue splitpoint ---.mp3 (incorrect)
length: 2:00 (incorrect)

It appears that the CUE segments beyond 100th minute are not processed correctly.

Attached version info as image.

Attachments:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant