From 04b7d9ff45ef4206d86003a76b7092b7565ab7cc Mon Sep 17 00:00:00 2001 From: andreasziegl Date: Mon, 18 Jan 2021 11:11:51 +0100 Subject: [PATCH] Print total chapter count when extracting chapters --- AAXtoMP3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AAXtoMP3 b/AAXtoMP3 index fe126dc..e813131 100755 --- a/AAXtoMP3 +++ b/AAXtoMP3 @@ -434,7 +434,7 @@ do # Extract chapter by time stamps start and finish of chapter. # This extracts based on time stamps start and end. - log "Splitting chapter ${chapternum} start:${chapter_start%?}(s) end:${chapter_end}(s)" + log "Splitting chapter ${chapternum}/${chaptercount} start:${chapter_start%?}(s) end:${chapter_end}(s)"