parent
1487dd7837
commit
1082051a19
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/with-contenv bash
|
||||
scriptVersion="2.28"
|
||||
scriptVersion="2.29"
|
||||
scriptName="Audio"
|
||||
|
||||
### Import Settings
|
||||
|
@ -1277,7 +1277,7 @@ SearchProcess () {
|
|||
#echo "Debugging :: $loopCount :: $releaseProcessCount :: $lidarrArtistForeignArtistId :: $lidarrReleaseTitle :: $lidarrAlbumReleasesMinTrackCount-$lidarrAlbumReleasesMaxTrackCount :: $lidarrAlbumReleaseTitleFirstWord :: $albumArtistNameSearch :: $albumTitleSearch"
|
||||
|
||||
|
||||
if "$lidarrAlbumTitle" | grep -i "instrumental" | read; then
|
||||
if echo "$lidarrAlbumTitle" | grep -i "instrumental" | read; then
|
||||
sleep 0.01
|
||||
else
|
||||
# ignore instrumental releases
|
||||
|
|
Loading…
Reference in a new issue