From d199d875bb99e8cace7a482ac3ac48346e40df4d Mon Sep 17 00:00:00 2001 From: fabh2o Date: Sun, 7 Feb 2021 10:26:29 +0100 Subject: [PATCH] Debugvar chapter, restored chapter number format --- AAXtoMP3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AAXtoMP3 b/AAXtoMP3 index de1971a..e32f0c1 100755 --- a/AAXtoMP3 +++ b/AAXtoMP3 @@ -626,7 +626,7 @@ do fi # Big Long chapter debug - debug_vars "Chapter Variables:" cover_file chapter_start chapter_end id3_version_param chapternum chapter_title chapter_file + debug_vars "Chapter Variables:" cover_file chapter_start chapter_end id3_version_param chapternum chapter chapter_title chapter_file if [ "$((${continueAt} > ${chapternum}))" = "0" ]; then # Extract chapter by time stamps start and finish of chapter. # This extracts based on time stamps start and end. @@ -648,7 +648,7 @@ do -metadata track="${chapternum}" \ -metadata title="${chapter}" \ -metadata:s:a title="${chapter}" \ - -metadata:s:a track="${chapternum}/${chaptercount}" \ + -metadata:s:a track="${chapternum}" \ -map_chapters -1 \ -f ${container} \ "${chapter_file}"