From 2a5a208a2d8245528a0d162ed4b945b404ebff7b Mon Sep 17 00:00:00 2001 From: -_- Date: Mon, 17 Oct 2022 16:54:21 +0200 Subject: [PATCH] Change cover.jpg to $currentFileNameScheme.jpg This change allow multiple covers of different audiobooks in the same target directory. --- AAXtoMP3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AAXtoMP3 b/AAXtoMP3 index 90566ad..5a1796b 100755 --- a/AAXtoMP3 +++ b/AAXtoMP3 @@ -789,7 +789,7 @@ do # ----- fi # Grab the cover art if available. - cover_file="${output_directory}/cover.jpg" + cover_file="${output_directory}/${currentFileNameScheme}.jpg" if [ "${continue}" == "0" ]; then if [ "${audibleCli}" == "1" ]; then # We have a better quality cover file, copy it.