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

Autoconvert HH:MM:SS #4

Closed TheMetalCenter closed 2 years ago

TheMetalCenter commented 2 years ago

TextToCue.exe can’t handle HH:MM:SS format. Should look into adding conversion function to text2cue.bat before it is sent to the exe

TheMetalCenter commented 2 years ago

This solves it when exporting from mp3tag:

$filename(txt,utf-8)$loop(%_path%)%track%.%artist% - %title% - $div(%_length_seconds%,60):$mod(%_length_seconds%,60) $loopend()