1.1 tweaks
This commit is contained in:
parent
216834a210
commit
b317648b47
1 changed files with 5 additions and 15 deletions
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
scriptVersion="1.0"
|
scriptVersion="1.1"
|
||||||
scriptName="AutoArtistAdder"
|
scriptName="AutoArtistAdder"
|
||||||
|
|
||||||
log () {
|
log () {
|
||||||
|
@ -46,17 +46,6 @@ if [ -z "$lidarrUrl" ] || [ -z "$lidarrApiKey" ]; then
|
||||||
lidarrUrl="http://localhost:${lidarrPort}${lidarrUrlBase}"
|
lidarrUrl="http://localhost:${lidarrPort}${lidarrUrlBase}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Debugging settings
|
|
||||||
#addRelatedArtists="true"
|
|
||||||
#addDeezerTopArtists="true"
|
|
||||||
#addDeezerTopAlbumArtists="true"
|
|
||||||
#addDeezerTopTrackArtists="true"
|
|
||||||
#topLimit="2"
|
|
||||||
#addRelatedArtists="true"
|
|
||||||
#numberOfRelatedArtistsToAddPerArtist="2"
|
|
||||||
#lidarrSearchForMissing=false
|
|
||||||
|
|
||||||
|
|
||||||
sleepTimer=0.5
|
sleepTimer=0.5
|
||||||
|
|
||||||
|
|
||||||
|
@ -342,4 +331,5 @@ for (( ; ; )); do
|
||||||
log "Script sleeping for 12 hours..."
|
log "Script sleeping for 12 hours..."
|
||||||
sleep 12h
|
sleep 12h
|
||||||
done
|
done
|
||||||
|
|
||||||
exit
|
exit
|
||||||
|
|
Loading…
Reference in a new issue