{{ $strings.LabelDuration }}:
{{ $secondsToTimestamp(mediaDurationRounded) }}
{{ $strings.HeaderChapters }}
{{ $strings.LabelTimeToShift }}
{{ $strings.NoteChapterEditorTimes }}
{{ $strings.HeaderAudioTracks }}
{{ track.metadata.filename }}
{{ $secondsToTimestamp(Math.round(track.duration), false, true) }}
{{ $strings.HeaderFindChapters }}
Duration found: {{ $secondsToTimestamp(chapterData.runtimeLengthSec) }}
{{ chapterData.chapters.length }} chapters found
Your audiobook duration: {{ $secondsToTimestamp(mediaDurationRounded) }}
Your audiobook has {{ chapters.length }} chapters
{{ $secondsToTimestamp(chapter.startOffsetSec) }}
{{ chapter.title }}
Chapter end is after the end of your audiobook
Chapter start is after the end of your audiobook