Duration:
{{ $secondsToTimestamp(mediaDurationRounded) }}
Audiobook Chapters
Time to shift in seconds
Note: First chapter start time must remain at 0:00 and the last chapter start time cannot exceed this audiobooks duration.
Audio Tracks
{{ track.metadata.filename }}
{{ $secondsToTimestamp(Math.round(track.duration), false, true) }}
Find Chapters
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