mirror of
https://github.com/KrumpetPirate/AAXtoMP3.git
synced 2024-11-17 18:58:58 +01:00
Change cover.jpg to $currentFileNameScheme.jpg
This change allow multiple covers of different audiobooks in the same target directory.
This commit is contained in:
parent
1544a89249
commit
2a5a208a2d
2
AAXtoMP3
2
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.
|
||||
|
Loading…
Reference in New Issue
Block a user