From 123f3bcf1513ac515adfb1f933819de2a44382ee Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Thu, 13 Jul 2023 06:42:21 -0400 Subject: [PATCH] Add settings #7 --- lidarr/extended.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lidarr/extended.conf b/lidarr/extended.conf index d583db7..6ff360e 100644 --- a/lidarr/extended.conf +++ b/lidarr/extended.conf @@ -1,4 +1,6 @@ ## SETTINGS +downloadPath="/config/extended/downloads" # Temporary Download Location for incoming Audio files from included clients +videoPath="/music-videos" # Final destination/location of completed Videos enableAutoConfig="true" # true = enabled :: Automatically configures Lidarr with optimal settings enableAudio="true" # true = enabled :: Enables the Audio script to run automatically enableVideo="true" # true = enabled :: Enables the Video script to run automatically