From 47452f2987bbc08f19c98ac725d673a3f3dfb283 Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Sat, 19 Sep 2026 12:06:05 +0200 Subject: [PATCH] add mp3 no lame tag --- libs/mp3.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/mp3.sh b/libs/mp3.sh index 5ee4a3a..157bcb8 100644 --- a/libs/mp3.sh +++ b/libs/mp3.sh @@ -95,7 +95,7 @@ encoding_flac_to_mp3() "$input" \ | nice --adjustment=15 lame \ --silent \ - -b "$BITRATE" \ + -b "$BITRATE" -t \ --noreplaygain \ - "$output" } -- 2.47.3