From: Bastian Dehn Date: Sat, 4 Jun 2022 15:10:45 +0000 (+0200) Subject: add: replay gain parameter variable X-Git-Tag: v1.0.0^2~57^2~3 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=45e889e7643839be17d69caf13fd7249103d3e50;p=albentohandy.git add: replay gain parameter variable --- diff --git a/albentohandy b/albentohandy index 21d34d8..e964d24 100755 --- a/albentohandy +++ b/albentohandy @@ -325,7 +325,7 @@ SetDefaultVariables() ReadArguments() { - while getopts "3cfhi:m:orw:" optname; do + while getopts "3cfg:hi:m:orw:" optname; do case "$optname" in "3") mp3=true @@ -340,6 +340,9 @@ ReadArguments() flac=true opus=false ;; + "g") + declare -xg replaygainapply="--apply-replaygain-which-is-not-lossless=$OPTARG" + ;; "h") Usage exit 0