mirror of
https://github.com/KrumpetPirate/AAXtoMP3.git
synced 2024-11-18 03:08:57 +01:00
Merge pull request #192 from bensaufley/fix/single_cover_art
Attempt to fix missing cover art for single output
This commit is contained in:
commit
c9bcf2326b
5
AAXtoMP3
5
AAXtoMP3
@ -960,6 +960,11 @@ do
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ -f "${cover_file}" ]; then
|
||||||
|
log "Adding cover art"
|
||||||
|
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