#2
pull/6/head
RandomNinjaAtk 3 years ago committed by GitHub
parent 70fbd77779
commit 0be3e3f5fc
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.0035"
log "############# SCRIPT VERSION 1.0.0036"
log "############# DOCKER VERSION $dockerVersion"
if [ -z $topLimit ]; then
@ -79,6 +79,10 @@ Configuration () {
log ":: Output format = $audioFormat"
log ":: Output bitrate = $audioBitrate"
if [ $audioLyricType = both ] || [ $audioLyricType = explicit ] || [ $audioLyricType = explicit ]; then
log ":: Preferred audio lyric type: $audioLyricType"
fi
}
DownloadFormat () {
@ -743,7 +747,7 @@ SearchProcess () {
fi
# Search for explicit matches
if [ $audioLyricType = both ] || [ $audioLyricType = explicit ]; then
if [ $audioLyricType = both ] || [ $audioLyricType = explicit ]; then
# Deezer search
if [ "$skipDeezer" = "false" ]; then
for dId in ${!deezeArtistIds[@]}; do
@ -823,7 +827,7 @@ SearchProcess () {
fi
# Search for clean matches
if [ $audioLyricType = both ] || [ $audioLyricType = clean ]; then
if [ $audioLyricType = both ] || [ $audioLyricType = clean ]; then
# Deezer search
if [ "$skipDeezer" = "false" ]; then
for dId in ${!deezeArtistIds[@]}; do

Loading…
Cancel
Save