quickfix: parsing tags with soxi can hang on large embedded images

This commit is contained in:
Vincent Riquer 2025-02-10 18:41:32 +01:00
parent d147cdc49c
commit 0b58d11c1e

View File

@ -4,7 +4,8 @@ tagreaders+=( "$getInfosSoxi_version" )
getInfos::soxi() { getInfos::soxi() {
tagreader="$getInfosSoxi_version" tagreader="$getInfosSoxi_version"
infos=$( infos=$(
soxi "$sourcepath/$filename" soxi "$sourcepath/$filename" \
| grep -v METADATA_BLOCK_PICTURE
) )
albumartist=$(gettag albumartist) albumartist=$(gettag albumartist)
album=$(gettag album) album=$(gettag album)