pull/6/head
RandomNinjaAtk 3 years ago committed by GitHub
parent 1a93563bc0
commit 81d96a90eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -38,7 +38,7 @@ Configuration () {
log ""
sleep 2
log "############# $dockerTitle"
log "############# SCRIPT VERSION 1.0.0031"
log "############# SCRIPT VERSION 1.0.0032"
log "############# DOCKER VERSION $dockerVersion"
if [ -z $topLimit ]; then
@ -383,7 +383,7 @@ DownloadProcess () {
return
fi
if [ audioFormat != native ]; then
if [ $audioFormat != native ]; then
log ":: $processNumber of $wantedListAlbumTotal :: $lidarrArtistNameSanitized :: $lidarrAlbumTitle :: Converting Flac Audio to ${audioFormat^^} ${audioBitrate}k"
if [ $audioFormat = opus ]; then
options="-acodec libopus -ab ${audioBitrate}k -application audio -vbr off"

Loading…
Cancel
Save