From: Bastian Dehn Date: Sat, 19 Sep 2026 10:06:05 +0000 (+0200) Subject: add mp3 no lame tag X-Git-Tag: v1.0.0^2~11 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=47452f2987bbc08f19c98ac725d673a3f3dfb283;p=albentohandy.git add mp3 no lame tag --- 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" }