From e8771af912178c539d7bcca53fab028b50480410 Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Fri, 3 Jul 2026 18:58:01 +0200 Subject: [PATCH] fix vorbis cover bytes --- libs/vorbis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/vorbis.sh b/libs/vorbis.sh index b538092..1da29af 100644 --- a/libs/vorbis.sh +++ b/libs/vorbis.sh @@ -53,7 +53,7 @@ cover_to_metadata() local inputfile="$1" local outputfile="${inputfile/.jpg/.txt}" local filesize= - filesize=$(wc --chars "$inputfile") + filesize=$(wc --bytes "$inputfile") filesize=${filesize/ */} # picture typ (jpg) -- 2.47.3