mirror of
https://github.com/KrumpetPirate/AAXtoMP3.git
synced 2024-11-18 03:08:57 +01:00
Attempt to fix missing cover art for single output
Solves #191 for me anecdotaly, but I don't know if there's a better solution or a different way to go about it.
This commit is contained in:
parent
d5e32478c7
commit
4dd095da2a
5
AAXtoMP3
5
AAXtoMP3
@ -959,6 +959,11 @@ do
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ -f "${cover_file}" ]; then
|
||||||
|
if [ "$loglevel" -gt 1 ]; then log "Adding cover art"; fi
|
||||||
|
mp4art --add "${cover_file}" "${output_file}"
|
||||||
|
fi
|
||||||
|
|
||||||
# -----
|
# -----
|
||||||
# Announce that we have completed the transcode
|
# Announce that we have completed the transcode
|
||||||
if [ "$((${loglevel} > 0))" == "1" ]; then
|
if [ "$((${loglevel} > 0))" == "1" ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user