mirror of
https://github.com/KrumpetPirate/AAXtoMP3.git
synced 2024-11-18 03:08:57 +01:00
Add condition on cover addition if the mode is chaptered
This commit is contained in:
parent
f65fddebc2
commit
bd43ce3943
2
AAXtoMP3
2
AAXtoMP3
@ -967,7 +967,7 @@ do
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -f "${cover_file}" ]; then
|
if [ -f "${cover_file}" ] && [ "${mode}" != "chaptered" ] ; then
|
||||||
log "Adding cover art"
|
log "Adding cover art"
|
||||||
# FFMGEP does not support MPEG-4 containers fully #
|
# FFMGEP does not support MPEG-4 containers fully #
|
||||||
if [ "${container}" == "mp4" ] ; then
|
if [ "${container}" == "mp4" ] ; then
|
||||||
|
Loading…
Reference in New Issue
Block a user