From 0b58d11c1e1547d99d76bf731451a9136d03fccb Mon Sep 17 00:00:00 2001 From: Vincent Riquer Date: Mon, 10 Feb 2025 18:41:32 +0100 Subject: [PATCH] quickfix: parsing tags with soxi can hang on large embedded images --- lib/tags/soxi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/tags/soxi b/lib/tags/soxi index fa3aeb5..4d22209 100644 --- a/lib/tags/soxi +++ b/lib/tags/soxi @@ -4,7 +4,8 @@ tagreaders+=( "$getInfosSoxi_version" ) getInfos::soxi() { tagreader="$getInfosSoxi_version" infos=$( - soxi "$sourcepath/$filename" + soxi "$sourcepath/$filename" \ + | grep -v METADATA_BLOCK_PICTURE ) albumartist=$(gettag albumartist) album=$(gettag album)