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}"