From 1ac66d1a940e34358980b4ef2831cf2ad0b3722b Mon Sep 17 00:00:00 2001 From: Dirk Loeckx <3196144+dloeckx@users.noreply.github.com> Date: Sun, 22 Oct 2017 22:51:41 +0200 Subject: [PATCH] Embedded cover art to (chapter) MP3's --- AAXtoMP3 | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/AAXtoMP3 b/AAXtoMP3 index 9b8f872..a5537c5 100755 --- a/AAXtoMP3 +++ b/AAXtoMP3 @@ -83,6 +83,10 @@ do debug "Created ${full_file_path}." + cover_path="${output_directory}/cover.jpg" + debug "Extracting cover into ${cover_path}..." +