Skip to content
This repository has been archived by the owner on Apr 23, 2023. It is now read-only.

Commit

Permalink
Change cover.jpg to $currentFileNameScheme.jpg
Browse files Browse the repository at this point in the history
This change allow multiple covers of different audiobooks in the same target directory.
  • Loading branch information
damajor authored Oct 17, 2022
1 parent 1544a89 commit 2a5a208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AAXtoMP3
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2a5a208

Please sign in to comment.