From 8a15c2ff41ac371e730196ccd264313e31884164 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Sat, 6 Apr 2024 18:22:52 -0400 Subject: [PATCH] Add new "importPath" setting Allows customization of importPath --- lidarr/extended.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/lidarr/extended.conf b/lidarr/extended.conf index 6746639..908477b 100644 --- a/lidarr/extended.conf +++ b/lidarr/extended.conf @@ -2,6 +2,7 @@ ##### PATHS downloadPath="/config/extended/downloads" # OPTIONAL, only change if needed.... Temporary Download Location for incoming Audio files from included clients +importPath="/config/extended/import" # OPTIONAL, only change if needed.... Completed downloads are stored here for the Usenet Blackhole client to import from. When Using queue cleaner, failed imports will be automatically cleaned up. videoPath="" # Final destination/location of completed Videos ##### SCRIPT ENABLEMENT