From 9d10feea525f15e9da850339853a90cf34e61cba Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Thu, 13 Jul 2023 09:43:42 -0400 Subject: [PATCH] Remove default videoPath setting to force users to set it This should prevent the script from running unless a user has deliberately configured it, which means they should have setup a volume for it... --- lidarr/extended.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lidarr/extended.conf b/lidarr/extended.conf index eee7681..d9c6b49 100644 --- a/lidarr/extended.conf +++ b/lidarr/extended.conf @@ -2,7 +2,7 @@ ##### PATHS downloadPath="/config/extended/downloads" # OPTIONAL, only change if needed.... Temporary Download Location for incoming Audio files from included clients -videoPath="/music-videos" # Final destination/location of completed Videos +videoPath="" # Final destination/location of completed Videos ##### SCRIPT ENABLEMENT enableAutoConfig="true" # true = enabled :: Automatically configures Lidarr with optimal settings