This caused a weird bug where if you happened to run aart from a directory that had a folder/file with a two letter name starting with v it would break the ffmpeg command.
1 files changed, 1 insertions(+), 1 deletions(-) M aart
M aart => aart +1-1
@@ 13,7 13,7 @@ extract_art() { # codec to (hopefully) not modify the file at all. Not sure if I have the # options for it set correctly, especially the format being image2 for # everything. ffmpeg -loglevel error -y -i "$current_path" -map v? -c copy -f image2 "$AART_TEMP" || return 1 ffmpeg -loglevel error -y -i "$current_path" -map "v?" -c copy -f image2 "$AART_TEMP" || return 1 art="$AART_TEMP" printf "found embedded art\n"