From e2b6f0817b937d205fc820f84923e626ce1a64e3 Mon Sep 17 00:00:00 2001 From: Riyyi Date: Tue, 19 Jan 2021 17:28:10 +0100 Subject: [PATCH] Fix thumbnail embedding of youtube audio --- .scripts/alias.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.scripts/alias.sh b/.scripts/alias.sh index 5d4a73d..7b77392 100755 --- a/.scripts/alias.sh +++ b/.scripts/alias.sh @@ -128,6 +128,7 @@ ytaudio_thumbnail() { echo "Embedding thumbnail into mp3.." # Convert thumbnail to actually be a jpg + yes y | ffmpeg -i "${FILE_NAME}.webp" "${FILE_NAME}_converted.jpg" > /dev/null 2>&1 yes y | ffmpeg -i "${FILE_NAME}.jpg" "${FILE_NAME}_converted.jpg" > /dev/null 2>&1 # Embed thumbnail into mp3