From bd43ce3943199f0af7f852985c83d2a28f426f52 Mon Sep 17 00:00:00 2001 From: Gweltaz Gestin Date: Fri, 15 Apr 2022 01:20:16 +0200 Subject: [PATCH] Add condition on cover addition if the mode is chaptered --- AAXtoMP3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AAXtoMP3 b/AAXtoMP3 index 670f2e5..001910f 100755 --- a/AAXtoMP3 +++ b/AAXtoMP3 @@ -967,7 +967,7 @@ do fi fi - if [ -f "${cover_file}" ]; then + if [ -f "${cover_file}" ] && [ "${mode}" != "chaptered" ] ; then log "Adding cover art" # FFMGEP does not support MPEG-4 containers fully # if [ "${container}" == "mp4" ] ; then