From a2a1324b23da9e149e620a965b6e8402a77a190e Mon Sep 17 00:00:00 2001 From: Olezhich Date: Fri, 27 Feb 2026 12:17:58 +0300 Subject: [PATCH] flac support has been added --- kid3.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kid3.sh b/kid3.sh index 2c42d27..bdb9367 100755 --- a/kid3.sh +++ b/kid3.sh @@ -7,7 +7,7 @@ DIR="$(dirname "$1")" dsf=() while IFS= read -r -d '' file; do dsf+=("$file") -done < <(find "$DIR" -maxdepth 1 -iname "*.dsf" -type f -print0 | sort -z) +done < <(find "$DIR" -maxdepth 1 \( -iname "*.dsf" -o -iname "*.flac" \) -type f -print0 | sort -z) i=0 while IFS=$'\t' read -r year artist album genre track title thumb cover; do