TheMetalCenter / m4b-mp3-chapters-from-cuesheets

merge audiobooks or podcasts without re-encoding (remuxing only) to single m4b with quicktime/nero chapters or mp3 with id3v2 chapters using cuesheets; also allows for renaming/editing chapters
23 stars 0 forks source link

Text2Cue can't handle chapters over 1 h 40 min #10

Closed TheMetalCenter closed 2 years ago

TheMetalCenter commented 2 years ago

Major issue, if over 100 minutes text2cue will misinterpret, for example 102 minutes will be read as 2 minutes.

Can't easily fix since I don't have access to Text2Cue's code. Will look for replacement way to generate cue file. Temporary workaround will be to open cuesheet in mp3directcut (with file tag matching filename.mp3 in same directory) and editing the subsequent cue marks.

TheMetalCenter commented 2 years ago

This affects Scenarios 1 and 2 only

TheMetalCenter commented 2 years ago

Slightly annoying but relatively easy fix is to just open the cuesheet, go to the chapter that was over 100 minutes, and add 100 minutes to all the following chapters.

Relatively rare issue, had it happen to about 5 books in 100. Mostly short stories collections or particularly lengthy books (Dan Simmons, Tad Williams).

TheMetalCenter commented 2 years ago

This issue was fixed by phasing out Text2Cue.exe and switching to list2cue.py, which was adapted from https://github.com/karepker/track-list-to-cue-sheet