From 9d2a1b5319804d5a52b932cca7fdfb57a9b424d8 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Thu, 14 Sep 2023 10:38:40 +0000 Subject: [PATCH] v2.8 - Only tag new downloaded files by default --- lidarr/AutoConfig.service.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lidarr/AutoConfig.service.bash b/lidarr/AutoConfig.service.bash index 2d04a8b..88dab2f 100644 --- a/lidarr/AutoConfig.service.bash +++ b/lidarr/AutoConfig.service.bash @@ -1,5 +1,5 @@ #!/usr/bin/env bash -scriptVersion="2.7" +scriptVersion="2.8" scriptName="AutoConfig" ### Import Settings @@ -31,7 +31,7 @@ fi if [ "$configureMetadataProviderSettings" == "true" ] || [ -z "$configureMetadataProviderSettings" ]; then log "Configuring Lidarr Metadata Provider Settings" - postSettingsToLidarr=$(curl -s "$arrUrl/api/v1/config/metadataProvider" -X PUT -H 'Content-Type: application/json' -H "X-Api-Key: ${arrApiKey}" --data-raw '{"metadataSource":"","writeAudioTags":"sync","scrubAudioTags":false,"id":1}') + postSettingsToLidarr=$(curl -s "$arrUrl/api/v1/config/metadataProvider" -X PUT -H 'Content-Type: application/json' -H "X-Api-Key: ${arrApiKey}" --data-raw '{"metadataSource":"","writeAudioTags":"newFiles","scrubAudioTags":false,"id":1}') fi if [ "$configureCustomScripts" == "true" ] || [ -z "$configureCustomScripts" ]; then