From 27a61824957f1d313c9aad817aabf245df0209e1 Mon Sep 17 00:00:00 2001 From: Dmitrij Drandarov Date: Mon, 18 Jun 2018 12:05:02 +0200 Subject: [PATCH] Remove duplicate "01 Chapter 01" in title and filename --- AAXtoMP3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AAXtoMP3 b/AAXtoMP3 index 2e81a84..cfc0358 100755 --- a/AAXtoMP3 +++ b/AAXtoMP3 @@ -132,7 +132,7 @@ do then read -r -u9 _ read -r -u9 _ _ chapter - chapter_title="${title} - $(printf %0${#chaptercount}d $chapternum) ${chapter}" + chapter_title="${title} - ${chapter}" chapter_file="${output_directory}/${chapter_title}.${extension}" # the ID3 tags must only be specified for *.mp3 files,